aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-15 02:07:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-15 02:07:30 +0800
commit1ce8c3b6b93193bb6559ba62291c4ec384312d5b (patch)
tree30f4f80f5866040987eb7a391ed6be62b2110ad3 /mail/ChangeLog
parent6f58e91a1c07f49aec286eb0bc80d06622b174b0 (diff)
downloadgsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar.gz
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar.bz2
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar.lz
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar.xz
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.tar.zst
gsoc2013-evolution-1ce8c3b6b93193bb6559ba62291c4ec384312d5b.zip
Updated the #if 0'd code for the API chanegs made to
2004-05-14 Jeffrey Stedfast <fejj@novell.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 2d403adf7a..378a841a89 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2004-05-14 Jeffrey Stedfast <fejj@novell.com>
+ * 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.
+
* em-format-html.c (efh_format_secure): Same. Also changed the
"Valid signature, cannot verify sender" string to "Valid signature
but cannot verify sender" as I think it reads nicer.