aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
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/message-list.c
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/message-list.c')
-rw-r--r--mail/message-list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c
index 8ea8c35677..685bfa6be0 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -360,6 +360,7 @@ message_list_drag_data_get (ETable *table,
switch (info) {
case DND_TARGET_LIST_TYPE_URI:
+ /* drag & drop into nautilus */
mktemp (dirname);
filename = g_strdup_printf ("%s.eml", info->subject);
url = g_strdup_printf ("file:%s", dirname);