From 90254cf37ace4c6cfbf77051e3e3d5e1dea75781 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 8 Jun 2011 09:19:53 +0000 Subject: 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 --- libsylph/procmsg.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libsylph/procmsg.h') 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); -- cgit v1.2.3