diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-24 11:06:15 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-24 11:06:15 +0800 |
commit | 71dab312c14e17ea8c9125b56a82db016fff527c (patch) | |
tree | b0415da93edd5aa3a7c167910eb014c8e919851f /mail/em-composer-utils.c | |
parent | 8759ffeca078686662c9be8678ddc8f497f7dfff (diff) | |
download | gsoc2013-evolution-71dab312c14e17ea8c9125b56a82db016fff527c.tar.gz gsoc2013-evolution-71dab312c14e17ea8c9125b56a82db016fff527c.tar.zst gsoc2013-evolution-71dab312c14e17ea8c9125b56a82db016fff527c.zip |
describe the get-folder process. This also makes it cancellable.
2004-09-23 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_get_folder_info__desc): describe the
get-folder process. This also makes it cancellable.
** See bug #64972.
* em-composer-utils.c (em_utils_reply_to_message): pass the folder
to guess_account.
svn path=/trunk/; revision=27354
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r-- | mail/em-composer-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index b6b0474b3f..20df960507 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -1750,7 +1750,7 @@ em_utils_reply_to_message(CamelFolder *folder, const char *uid, CamelMimeMessage g_return_if_fail(message != NULL); - account = guess_account (message, NULL); + account = guess_account (message, folder); flags = CAMEL_MESSAGE_ANSWERED | CAMEL_MESSAGE_SEEN; switch (mode) { |