aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-09-08 05:30:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-09-08 05:30:58 +0800
commitaecfa56f0211555716c0b984937132f447b8f47b (patch)
treea21807590f7085d7f0ff5a4bc8ab91964a92f821 /mail/ChangeLog
parent3e65ef81be84cb22e5619372e8aea3ab09ca3ac5 (diff)
downloadgsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar.gz
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar.bz2
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar.lz
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar.xz
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.tar.zst
gsoc2013-evolution-aecfa56f0211555716c0b984937132f447b8f47b.zip
Give the full path of the wax-seal icons. (try_inline_pgp_sig): Convert
2001-09-07 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (mail_write_authenticity): Give the full path of the wax-seal icons. (try_inline_pgp_sig): Convert the charset from UTF-8 to whatever charset it should be. Now takes a CamelMimePart argument as well. (try_uudecoding): Now takes a part argument as well. (try_inline_pgp): Here too. (try_binhex): And finally here. (handle_text_plain): Pass along the mime part to the try_* functions. svn path=/trunk/; revision=12688
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e909d004d3..95a5adc284 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,13 @@
* mail-format.c (mail_write_authenticity): Give the full path of
the wax-seal icons.
+ (try_inline_pgp_sig): Convert the charset from UTF-8 to whatever
+ charset it should be. Now takes a CamelMimePart argument as well.
+ (try_uudecoding): Now takes a part argument as well.
+ (try_inline_pgp): Here too.
+ (try_binhex): And finally here.
+ (handle_text_plain): Pass along the mime part to the try_*
+ functions.
2001-09-06 Chris Toshok <toshok@ximian.com>