diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-13 04:57:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-13 06:24:42 +0800 |
commit | 6ae1b3fe3c4dfd391de92bfca42e44ff7cc8fe19 (patch) | |
tree | 83baf88eed47f8934e3a4243d6a1112fffe7b660 /mail/em-composer-utils.h | |
parent | 58a6db9875d58d1bc7458cd049304e82e113205a (diff) | |
download | gsoc2013-evolution-6ae1b3fe3c4dfd391de92bfca42e44ff7cc8fe19.tar.gz gsoc2013-evolution-6ae1b3fe3c4dfd391de92bfca42e44ff7cc8fe19.tar.zst gsoc2013-evolution-6ae1b3fe3c4dfd391de92bfca42e44ff7cc8fe19.zip |
em_utils_reply_to_message(): Require a CamelMimeMessage.
No more fetching a message itself. Oh, and stop unreffing the message.
Those kinds of insane semantics are what lead to crashes.
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r-- | mail/em-composer-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 7a0d2d7511..be76148764 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -76,9 +76,9 @@ void em_utils_get_reply_all (CamelMimeMessage *message, CamelInternetAddress *cc, CamelNNTPAddress *postto); EMsgComposer * em_utils_reply_to_message (EShell *shell, - CamelFolder *folder, - const gchar *uid, CamelMimeMessage *message, + CamelFolder *folder, + const gchar *message_uid, EMailReplyType type, EMailReplyStyle style, EMFormat *source); |