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