aboutsummaryrefslogtreecommitdiff
path: root/libsylph/procmsg.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-08 09:19:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-06-08 09:19:53 +0000
commit90254cf37ace4c6cfbf77051e3e3d5e1dea75781 (patch)
tree417b46d2bf85a475a5f8228128f3e42874ce0995 /libsylph/procmsg.h
parent1795b4e93920d0ab38ecc8011c8c0756e18df8dd (diff)
remove queue headers when moving messages from a queue folder (fixes Debian BTS #493546).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2888 ee746299-78ed-0310-b773-934348b2243d
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);