diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-23 22:41:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-23 22:41:30 +0800 |
commit | 36321cbfdf47628a1c08a901c2978873bfdb87f7 (patch) | |
tree | 3c155d34e5b63b8ca7672291641797388086101b /ChangeLog | |
parent | 80dd512e6956502055657c1e00ab8feb2c9a3de9 (diff) | |
download | gsoc2013-evolution-36321cbfdf47628a1c08a901c2978873bfdb87f7.tar.gz gsoc2013-evolution-36321cbfdf47628a1c08a901c2978873bfdb87f7.tar.zst gsoc2013-evolution-36321cbfdf47628a1c08a901c2978873bfdb87f7.zip |
** Fixes bug #534476
2008-05-23 Matthew Barnes <mbarnes@redhat.com>
** 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-05-23 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #534476 + + * configure.in: + Require shared-mime-info >= 0.22 to make sure we pick up the fix + for correctly identifying "winmail.dat" attachments. + 2008-05-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in : Evolution 2.23.2 release and version bump. |