diff options
author | Milan Crha <mcrha@redhat.com> | 2012-07-11 01:21:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-07-11 01:21:28 +0800 |
commit | 20973f9281767871e8db287cf55aceae7f68b6df (patch) | |
tree | ca9d48b7693677d34dbb0876c3fa3e6d3f52bf23 /mail | |
parent | 8ca9931144651903d7ecb01b6f0dc694b0ae9f77 (diff) | |
download | gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.gz gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.zst gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.zip |
Bug #548778 - Use original location when replying in Search Folder
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-composer-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |