aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-23 10:08:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-23 10:08:45 +0000
commit105eb9bfb18a3324ebbda41cf2bd8b0695748f91 (patch)
treedacebe6c35330a911378ab5b34fc7f4c8335187a /libsylph/procmsg.h
parent77288037d78abd6b3a9be9cdb1e831a1d16de49b (diff)
implemented clearing of IMAP4 message caches on exit.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@919 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index a8125039..87af5b75 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -290,6 +290,9 @@ gboolean procmsg_msg_exist (MsgInfo *msginfo);
void procmsg_empty_trash (FolderItem *trash);
void procmsg_empty_all_trash (void);
+void procmsg_remove_all_cached_messages
+ (Folder *folder);
+
gint procmsg_save_to_outbox (FolderItem *outbox,
const gchar *file);
void procmsg_print_message (MsgInfo *msginfo,