aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:47:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-17 08:47:13 +0000
commit191e20dbe4ce6118718ef0b3182219b56e560300 (patch)
treef28dd7975ef1cb2db3cbdec4496e3427245f422f /libsylph
parent4405c245a1c3608f76e48fe64bab1122cfdad64b (diff)
fixed virtual class structure.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1492 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/virtual.c3
-rw-r--r--libsylph/virtual.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/libsylph/virtual.c b/libsylph/virtual.c
index 5a229416..26f9e2be 100644
--- a/libsylph/virtual.c
+++ b/libsylph/virtual.c
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -122,6 +122,7 @@ static FolderClass virtual_class =
NULL,
virtual_get_msg_list,
+ NULL,
virtual_fetch_msg,
virtual_get_msginfo,
NULL,
diff --git a/libsylph/virtual.h b/libsylph/virtual.h
index 86a74b3d..69647ee8 100644
--- a/libsylph/virtual.h
+++ b/libsylph/virtual.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public