aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/procmsg.h')
-rw-r--r--libsylph/procmsg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libsylph/procmsg.h b/libsylph/procmsg.h
index 894e09f6..1130c7cb 100644
--- a/libsylph/procmsg.h
+++ b/libsylph/procmsg.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2011 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -295,6 +295,10 @@ guint procmsg_get_thread_date (GNode *node);
gint procmsg_move_messages (GSList *mlist);
gint procmsg_copy_messages (GSList *mlist);
+gint procmsg_add_messages_from_queue (FolderItem *dest,
+ GSList *mlist,
+ gboolean is_move);
+
gchar *procmsg_get_message_file_path (MsgInfo *msginfo);
gchar *procmsg_get_message_file (MsgInfo *msginfo);
GSList *procmsg_get_message_file_list (GSList *mlist);