aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-17 07:05:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-17 07:05:32 +0800
commit4db080e17f7f6637cf184a84d3e07a97b6e6904a (patch)
tree04c6a4e2392bd18f79661aa5a1ad3b39b7f919fd /mail/mail-ops.h
parentc953cc6fe34092d3e0509ed45375de8cf1172910 (diff)
downloadgsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.gz
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.bz2
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.lz
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.xz
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.zst
gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.zip
Added the MessageViewSource bonobo menu verb.
2000-11-16 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser-factory.c: Added the MessageViewSource bonobo menu verb. * mail-ops.c (mail_do_save_messages): New async function to save messages as individual files in a given path. svn path=/trunk/; revision=6596
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 0209d10529..de56198e7b 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -73,3 +73,4 @@ void mail_do_view_messages (CamelFolder *folder, GPtrArray *uids,
FolderBrowser *fb);
void mail_do_view_message_sources (CamelFolder *folder, GPtrArray *uids,
FolderBrowser *fb);
+void mail_do_save_messages (CamelFolder *folder, GPtrArray *uids, gchar *path);