aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-attachment-handler.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-11 22:23:10 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:12 +0800
commitf73e52138b48b9fb9f9bfab442044abc61998a83 (patch)
tree52657e4d52454210d3d7487512fa99efdd7db2b0 /modules/mail/e-mail-attachment-handler.c
parenta4557c69b80fadad22b5744bae5b71d679ab0241 (diff)
downloadgsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar.gz
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar.bz2
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar.lz
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar.xz
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.tar.zst
gsoc2013-evolution-f73e52138b48b9fb9f9bfab442044abc61998a83.zip
Reimplement em_utils_forward_messages().
Now uses e_mail_folder_build_attachment() and e_mail_folder_get_multiple_messages().
Diffstat (limited to 'modules/mail/e-mail-attachment-handler.c')
-rw-r--r--modules/mail/e-mail-attachment-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c
index 3b52abcd1d..a11515bd3b 100644
--- a/modules/mail/e-mail-attachment-handler.c
+++ b/modules/mail/e-mail-attachment-handler.c
@@ -81,7 +81,7 @@ mail_attachment_handler_forward (GtkAction *action,
style = e_shell_settings_get_int (shell_settings, property_name);
em_utils_forward_message (
- priv->shell, CAMEL_MIME_MESSAGE (wrapper), NULL, style);
+ priv->shell, CAMEL_MIME_MESSAGE (wrapper), style, NULL, NULL);
g_list_foreach (selected, (GFunc) g_object_unref, NULL);
g_list_free (selected);