From 36321cbfdf47628a1c08a901c2978873bfdb87f7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 23 May 2008 14:41:30 +0000 Subject: ** Fixes bug #534476 2008-05-23 Matthew Barnes ** Fixes bug #534476 * configure.in: Require shared-mime-info >= 0.22 to make sure we pick up the fix for correctly identifying "winmail.dat" attachments. * calendar/gui/e-cal-popup.c (ecalp_standard_menu_factory): * mail/em-utils.c (em_utils_snoop_type): * mail/em-popup.c (emp_standard_menu_factory): Remove the special check for "winmail.dat". GIO correctly identifies it as "application/ms-tnef". svn path=/trunk/; revision=35534 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 30332e45bc..54d0d54365 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2008-05-23 Matthew Barnes + + ** Fixes part of bug #534476 + + * em-utils.c (em_utils_snoop_type): + * em-popup.c (emp_standard_menu_factory): + Remove the special check for "winmail.dat". GIO correctly + identifies it as "application/ms-tnef". + 2008-05-23 Srinivasa Ragavan * mail-mt.c: (mail_msg_check_error): Convert the the warning to a -- cgit