From 1ce8c3b6b93193bb6559ba62291c4ec384312d5b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 14 May 2004 18:07:30 +0000 Subject: Updated the #if 0'd code for the API chanegs made to 2004-05-14 Jeffrey Stedfast * em-popup.c (emp_popup_resend): Updated the #if 0'd code for the API chanegs made to em_utils_edit_messages(). * em-folder-view.c (em_folder_view_open_selected): Pass TRUE as the replace argument to em_utils_edit_messages() here. (emfv_popup_resend): Pass FALSE here. Fixes bug #58357. * em-composer-utils.c (em_utils_edit_messages): Now takes a 'replace' argument specifying whether or not the original message should be deleted when the edited message is sent or saved. svn path=/trunk/; revision=25907 --- mail/em-composer-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-composer-utils.h') diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h index 7498b0b43b..df92a3f0c2 100644 --- a/mail/em-composer-utils.h +++ b/mail/em-composer-utils.h @@ -50,7 +50,7 @@ void em_utils_post_to_folder (struct _CamelFolder *folder); void em_utils_post_to_url (const char *url); void em_utils_edit_message (struct _CamelMimeMessage *message); -void em_utils_edit_messages (struct _CamelFolder *folder, GPtrArray *uids); +void em_utils_edit_messages (struct _CamelFolder *folder, GPtrArray *uids, gboolean replace); void em_utils_forward_attached (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); void em_utils_forward_inline (struct _CamelFolder *folder, GPtrArray *uids, const char *fromuri); -- cgit v1.2.3