aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
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