aboutsummaryrefslogtreecommitdiff
path: root/src/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/procmsg.h')
-rw-r--r--src/procmsg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/procmsg.h b/src/procmsg.h
index 852bc6f0..55b803a0 100644
--- a/src/procmsg.h
+++ b/src/procmsg.h
@@ -243,6 +243,9 @@ FILE *procmsg_open_cache_file (FolderItem *item,
FILE *procmsg_open_mark_file (FolderItem *item,
DataOpenMode mode);
+void procmsg_clear_cache (FolderItem *item);
+void procmsg_clear_mark (FolderItem *item);
+
GNode *procmsg_get_thread_tree (GSList *mlist);
gint procmsg_move_messages (GSList *mlist);