From cc0f803be0553bfb6f76941bf4147f813be09948 Mon Sep 17 00:00:00 2001 From: hiro Date: Fri, 27 Jul 2012 04:06:25 +0000 Subject: added 'Export only selected messages' option to the export dialog. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3141 ee746299-78ed-0310-b773-934348b2243d --- libsylph/mbox.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libsylph/mbox.h') diff --git a/libsylph/mbox.h b/libsylph/mbox.h index cd2f7352..22300ddf 100644 --- a/libsylph/mbox.h +++ b/libsylph/mbox.h @@ -49,5 +49,8 @@ void empty_mbox (const gchar *mbox); gint export_to_mbox (FolderItem *src, const gchar *mbox); +gint export_msgs_to_mbox(FolderItem *src, + GSList *mlist, + const gchar *mbox); #endif /* __MBOX_H__ */ -- cgit v1.2.3