diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-06 03:47:35 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-06 03:47:35 +0800 |
commit | 53faeaabcc20626b63d0a815f06851aa97152dcd (patch) | |
tree | 4c55776503d9b2c6bdd8e68dbc282eff9ba12f3a /mail/ChangeLog | |
parent | 0837fc409943cafbf57dcd51525b9b7f68148639 (diff) | |
download | gsoc2013-evolution-53faeaabcc20626b63d0a815f06851aa97152dcd.tar.gz gsoc2013-evolution-53faeaabcc20626b63d0a815f06851aa97152dcd.tar.zst gsoc2013-evolution-53faeaabcc20626b63d0a815f06851aa97152dcd.zip |
Use the gnomevfs sniff buffer interface to try to identify the MIME type
* mail-identify.c (mail_identify_mime_part): Use the gnomevfs
sniff buffer interface to try to identify the MIME type when
everything else fails.
* mail-display.c (on_object_requested):
* mail-format.c (lookup_handler, handle_undisplayable,
handle_audio): s/gnome_mime/gnome_vfs_mime/
* Makefile.am: Add gnomevfs stuff
svn path=/trunk/; revision=3893
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 37c2b689de..afad2df65b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-07-05 Dan Winship <danw@helixcode.com> + + * mail-identify.c (mail_identify_mime_part): Use the gnomevfs + sniff buffer interface to try to identify the MIME type when + everything else fails. + + * mail-display.c (on_object_requested): + * mail-format.c (lookup_handler, handle_undisplayable, + handle_audio): s/gnome_mime/gnome_vfs_mime/ + + * Makefile.am: Add gnomevfs stuff + 2000-07-03 Ettore Perazzoli <ettore@helixcode.com> * component-factory.c (create_folder): Get rid of a compiler |