From f5794eff3613afe5082ab15bd6dbb14806ce5fdc Mon Sep 17 00:00:00 2001 From: Rathin Date: Tue, 14 Jun 2011 14:26:30 +0200 Subject: Bug #530335 - Allow Reply to selected address only --- modules/mail/e-mail-attachment-handler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/mail') 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); -- cgit v1.2.3