aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-23 03:53:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-23 03:53:03 +0800
commit746bfdb6c34da2c53de84e0b8780c39920375ad2 (patch)
tree06fcd9eabe06ef9e8203029477b45c022cf7a815 /mail/ChangeLog
parentbce08f29c3bfe5f60befb6d68f88f3a165a66ed5 (diff)
downloadgsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar.gz
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar.bz2
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar.lz
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar.xz
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.tar.zst
gsoc2013-evolution-746bfdb6c34da2c53de84e0b8780c39920375ad2.zip
Don't wrap error text with <blockquote>, this is done inside
2001-10-22 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (format_mime_part): Don't wrap error text with <blockquote>, this is done inside mail_error_write. (handle_multipart_encrypted): If we get an exception trying to decrypt the mime part, display an error rather than trying to treat it as multipart/mixed. * mail-callbacks.c (empty_trash): Confirm expunge. svn path=/trunk/; revision=13893
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0483e7135e..8314002f7c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,13 @@
2001-10-22 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-format.c (format_mime_part): Don't wrap error text with
+ <blockquote>, this is done inside mail_error_write.
+ (handle_multipart_encrypted): If we get an exception trying to
+ decrypt the mime part, display an error rather than trying to
+ treat it as multipart/mixed.
+
+ * mail-callbacks.c (empty_trash): Confirm expunge.
+
* folder-browser.c (folder_browser_destroy): Move the folder sync
code along with a few other things from folder_browser_finalise()
into here instead.