From e5760e065ff1f4c5b9842b182224a1ccdd2e322f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 11 May 2011 10:23:10 -0400 Subject: Reimplement em_utils_forward_messages(). Now uses e_mail_folder_build_attachment() and e_mail_folder_get_multiple_messages(). --- modules/mail/e-mail-attachment-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mail') 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); -- cgit v1.2.3