diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-25 05:44:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-25 05:44:40 +0800 |
commit | 6181a8992c45c0f124bbc7e9fb83d1ac963d6435 (patch) | |
tree | 3a09eefb8efdd7df2065cf2d4deb5c9923599c1f /mail/ChangeLog | |
parent | 5a52cf9cf207e4bec9a50c487902225dfbaa69b1 (diff) | |
download | gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar.gz gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar.bz2 gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar.lz gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar.xz gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.tar.zst gsoc2013-evolution-6181a8992c45c0f124bbc7e9fb83d1ac963d6435.zip |
If the message data is online, sniff the data for a MIME type first, and
* mail-identify.c (mail_identify_mime_part): If the message data
is online, sniff the data for a MIME type first, and use the
filename second. Makes it more reliable, and deals with the
specific case of "application/octet-stream; name=foo.vcf" which
gnome-vfs will identify as vcalendar, but which can also be a
vcard.
svn path=/trunk/; revision=9968
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 df563ece1f..73f21a0fbb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-05-24 Dan Winship <danw@ximian.com> + + * mail-identify.c (mail_identify_mime_part): If the message data + is online, sniff the data for a MIME type first, and use the + filename second. Makes it more reliable, and deals with the + specific case of "application/octet-stream; name=foo.vcf" which + gnome-vfs will identify as vcalendar, but which can also be a + vcard. + 2001-05-24 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (try_inline_pgp_sig): Only write the message up to |