diff options
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-attachment-handler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mail/e-mail-attachment-handler.c b/modules/mail/e-mail-attachment-handler.c index 69a9e8fe48..e65e6871c2 100644 --- a/modules/mail/e-mail-attachment-handler.c +++ b/modules/mail/e-mail-attachment-handler.c @@ -121,7 +121,7 @@ mail_attachment_handler_reply_all (GtkAction *action, em_utils_reply_to_message ( priv->shell, CAMEL_MIME_MESSAGE (wrapper), - NULL, NULL, E_MAIL_REPLY_TO_ALL, style, NULL); + NULL, NULL, E_MAIL_REPLY_TO_ALL, style, NULL, NULL); g_list_foreach (selected, (GFunc) g_object_unref, NULL); g_list_free (selected); @@ -157,7 +157,7 @@ mail_attachment_handler_reply_sender (GtkAction *action, em_utils_reply_to_message ( priv->shell, CAMEL_MIME_MESSAGE (wrapper), - NULL, NULL, E_MAIL_REPLY_TO_SENDER, style, NULL); + NULL, NULL, E_MAIL_REPLY_TO_SENDER, style, NULL, NULL); g_list_foreach (selected, (GFunc) g_object_unref, NULL); g_list_free (selected); |