diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-22 04:27:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-22 04:27:30 +0800 |
commit | c8f90c67cb998e6bf7cf1888efe385e4b29d3d93 (patch) | |
tree | 06f2f2e83ce650e6aa580937ef528187e7c1d75b /mail/ChangeLog | |
parent | 6af9655777dfb0acfc08ca5cacb85784ee352394 (diff) | |
download | gsoc2013-evolution-c8f90c67cb998e6bf7cf1888efe385e4b29d3d93.tar.gz gsoc2013-evolution-c8f90c67cb998e6bf7cf1888efe385e4b29d3d93.tar.zst gsoc2013-evolution-c8f90c67cb998e6bf7cf1888efe385e4b29d3d93.zip |
Don't trust gnome-vfs when it says "text/plain" if
* mail-identify.c (mail_identify_mime_part): Don't trust gnome-vfs
when it says "text/plain" if gnome_vfs_mime_type_from_name says
something different. Fixes a problem with recognizing icalendar
attachments labeled "application/octet-stream". Also, don't bother
asking gnome-vfs about winmail.dat attachments, since it will
often claim that they're MPEGs due to some mis-magic.
svn path=/trunk/; revision=12357
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a9c824f439..bbc8ba46a3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-08-21 Dan Winship <danw@ximian.com> + + * mail-identify.c (mail_identify_mime_part): Don't trust gnome-vfs + when it says "text/plain" if gnome_vfs_mime_type_from_name says + something different. Fixes a problem with recognizing icalendar + attachments labeled "application/octet-stream". Also, don't bother + asking gnome-vfs about winmail.dat attachments, since it will + often claim that they're MPEGs due to some mis-magic. + 2001-08-21 Jeffrey Stedfast <fejj@ximian.com> * mail-session.c (mail_session_forget_password): zero-ize the |