diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-17 07:05:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-17 07:05:32 +0800 |
commit | 4db080e17f7f6637cf184a84d3e07a97b6e6904a (patch) | |
tree | 04c6a4e2392bd18f79661aa5a1ad3b39b7f919fd /mail/mail-ops.h | |
parent | c953cc6fe34092d3e0509ed45375de8cf1172910 (diff) | |
download | gsoc2013-evolution-4db080e17f7f6637cf184a84d3e07a97b6e6904a.tar.gz 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.h | 1 |
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); |