From 20973f9281767871e8db287cf55aceae7f68b6df Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 10 Jul 2012 19:21:28 +0200 Subject: Bug #548778 - Use original location when replying in Search Folder --- mail/em-composer-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-composer-utils.c') diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index 71754a6d0d..33b24ae08a 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -1961,7 +1961,7 @@ redirect_get_composer (EShell *shell, /* This returns a new ESource reference. */ source = em_utils_guess_mail_identity_with_recipients ( - registry, message, NULL); + registry, message, NULL, NULL); if (source != NULL) { identity_uid = e_source_dup_uid (source); @@ -2899,7 +2899,7 @@ em_utils_reply_to_message (EShell *shell, /* This returns a new ESource reference. */ source = em_utils_guess_mail_identity_with_recipients ( - registry, message, folder); + registry, message, folder, message_uid); if (source != NULL) { identity_uid = e_source_dup_uid (source); g_object_unref (source); -- cgit v1.2.3