aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-30 03:17:46 +0800
committerDan Winship <danw@src.gnome.org>2000-04-30 03:17:46 +0800
commit6942830c985d410264fff20734541b23dc62f64f (patch)
treeaf92bbad4147f77a0cc03437125c7e74cde8f59a /mail/Makefile.am
parent8d848e0e56a38c4da1d9c47ebe2ac3e7d0a7da39 (diff)
downloadgsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar.gz
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar.bz2
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar.lz
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar.xz
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.tar.zst
gsoc2013-evolution-6942830c985d410264fff20734541b23dc62f64f.zip
Improve the builtin vs bonobo selection code. (handle_mystery): Include
* mail-format.c (lookup_handler, etc): Improve the builtin vs bonobo selection code. (handle_mystery): Include name and Content-Description in the "mystery data" info, when available (handle_unknown_type): Call mail_identify_mime_part before giving up. (handle_undisplayable): Split out of handle_unknown_type now that handle_unknown_type can try alternate viewers. (handle_via_bonobo): Fall back to handle_undisplayable if the bonobo control fails. * mail-identify.c (mail_identify_mime_part): New function to attempt to identify a MIME part that we can't identify based on Content-Type alone. * mail-display.c (on_url_requested): redo the mystery data icon display stuff less kludgily. svn path=/trunk/; revision=2684
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index b87445b32a..4757995bf1 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -34,6 +34,8 @@ evolution_mail_SOURCES = \
mail-display.h \
mail-format.c \
mail-format.h \
+ mail-identify.c \
+ mail-identify.h \
mail-ops.c \
mail-ops.h \
main.c \