aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mdn/evolution-mdn.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-07-11 01:21:28 +0800
committerMilan Crha <mcrha@redhat.com>2012-07-11 01:21:28 +0800
commit20973f9281767871e8db287cf55aceae7f68b6df (patch)
treeca9d48b7693677d34dbb0876c3fa3e6d3f52bf23 /modules/mdn/evolution-mdn.c
parent8ca9931144651903d7ecb01b6f0dc694b0ae9f77 (diff)
downloadgsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.gz
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.bz2
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.lz
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.xz
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.tar.zst
gsoc2013-evolution-20973f9281767871e8db287cf55aceae7f68b6df.zip
Bug #548778 - Use original location when replying in Search Folder
Diffstat (limited to 'modules/mdn/evolution-mdn.c')
-rw-r--r--modules/mdn/evolution-mdn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mdn/evolution-mdn.c b/modules/mdn/evolution-mdn.c
index c30e875982..cd6d3edac7 100644
--- a/modules/mdn/evolution-mdn.c
+++ b/modules/mdn/evolution-mdn.c
@@ -513,7 +513,7 @@ mdn_message_loaded_cb (EMailReader *reader,
/* This returns a new ESource reference. */
source = em_utils_guess_mail_account_with_recipients (
- registry, message, folder);
+ registry, message, folder, message_uid);
if (source == NULL)
goto exit;
@@ -603,7 +603,7 @@ mdn_message_seen_cb (EMailReader *reader,
/* This returns a new ESource reference. */
source = em_utils_guess_mail_account_with_recipients (
- registry, message, folder);
+ registry, message, folder, message_uid);
if (source == NULL)
goto exit;