aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-13 04:57:37 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:14 +0800
commitf21da771776286769f390a6631a1a5fc2a675e76 (patch)
treeab4ceed6d4e8ee7bd106c87825aca5c63ef58d31 /mail/em-composer-utils.h
parent61f2760572d458edb77934cbed815a7151ebbd58 (diff)
downloadgsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar.gz
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar.bz2
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar.lz
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar.xz
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.tar.zst
gsoc2013-evolution-f21da771776286769f390a6631a1a5fc2a675e76.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.h4
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);