diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-26 03:09:19 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-26 03:09:19 +0800 |
commit | a8b75db188973f543024dc51b0aeeb74bae7387f (patch) | |
tree | 4842c464720130196f520349da3a9cc30eb74db8 /mail/ChangeLog | |
parent | 0759a9fa89706b3197ae3771f2098c2393f49386 (diff) | |
download | gsoc2013-evolution-a8b75db188973f543024dc51b0aeeb74bae7387f.tar.gz gsoc2013-evolution-a8b75db188973f543024dc51b0aeeb74bae7387f.tar.zst gsoc2013-evolution-a8b75db188973f543024dc51b0aeeb74bae7387f.zip |
(setup_function_table): pass unknown text subtypes to
handle_text_plain.
(handle_multipart_appledouble): new handler. Just ignores the
first (application/applefile) part and tries to display the
second part. Since the second part is usually
application/octet-stream, this doesn't work very well still
usually.
svn path=/trunk/; revision=2611
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0789226ed8..4a34902734 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -3,6 +3,13 @@ * mail-format.c (reply_body): Fix some bugs that crept into reply generation. This needs a lot more work to deal correctly with complicated bodies. + (setup_function_table): pass unknown text subtypes to + handle_text_plain. + (handle_multipart_appledouble): new handler. Just ignores the + first (application/applefile) part and tries to display the + second part. Since the second part is usually + application/octet-stream, this doesn't work very well still + usually. * mail-display.c, mail-format.c: Redo large chunks of this. The mail display now consists of a vbox in a scrolled window, in which |