aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-14 05:27:03 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-09-14 05:27:03 +0000
commita94ab16492fbcd9c4b568a237bd21df8aed78763 (patch)
tree5754ccb1f4239963572ccb449842d8dc610a444c /libsylph/procmsg.h
parent5ca8acc55bfcd804401e885f863f0f88ddfacdcb (diff)
update summary caches on receiving.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2247 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 34a63bb0..a83dde0e 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -252,6 +252,15 @@ void procmsg_flush_mark_queue (FolderItem *item,
void procmsg_add_mark_queue (FolderItem *item,
gint num,
MsgFlags flags);
+void procmsg_flush_cache_queue (FolderItem *item,
+ FILE *fp);
+void procmsg_add_cache_queue (FolderItem *item,
+ gint num,
+ MsgInfo *msginfo);
+
+gboolean procmsg_flush_folder (FolderItem *item);
+void procmsg_flush_folder_foreach (GHashTable *folder_table);
+
void procmsg_add_flags (FolderItem *item,
gint num,
MsgFlags flags);