From d55e03c10c533d7e4027600fc1aa93e1d426dd5c Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 26 Jul 2004 06:33:23 +0000 Subject: ** See bug #61824. 2004-07-23 Not Zed ** See bug #61824. * em-popup.c (emp_part_popup_reply_sender) (emp_part_popup_reply_list, emp_part_popup_reply_all): use new api. We have no uid/folder to update here. * em-folder-view.c (emfv_message_reply): use new api for replying so we can supply the message content and have flags updated. * em-composer-utils.c (em_utils_reply_to_message): added optional folder and uid. (em_utils_reply_to_message_by_uid): removed, use the other interface instead. (reply_to_message): just call reply_to_message if we get a message to reply to. (em_utils_reply_to_message): if no message supplied, load it via the uid. svn path=/trunk/; revision=26727 --- mail/em-composer-utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/em-composer-utils.h') diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index df92a3f0c2..df971784fd 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -68,8 +68,7 @@ enum { REPLY_MODE_LIST }; -void em_utils_reply_to_message (struct _CamelMimeMessage *message, int mode); -void em_utils_reply_to_message_by_uid (struct _CamelFolder *folder, const char *uid, int mode); +void em_utils_reply_to_message (struct _CamelFolder *, const char *uid, struct _CamelMimeMessage *message, int mode); void em_utils_post_reply_to_message_by_uid (struct _CamelFolder *folder, const char *uid); -- cgit v1.2.3