aboutsummaryrefslogtreecommitdiff
path: root/libsylph/mbox.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-27 04:06:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-07-27 04:06:25 +0000
commitcc0f803be0553bfb6f76941bf4147f813be09948 (patch)
treece6f3521a4d1af479425cdb2f0d303b8e9932f73 /libsylph/mbox.h
parente7e1c6bb0d384d829192c2a1d41b347866bf5481 (diff)
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
Diffstat (limited to 'libsylph/mbox.h')
-rw-r--r--libsylph/mbox.h3
1 files changed, 3 insertions, 0 deletions
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__ */