MIME type text/calendar is registered by IANA, MIME type text/x-vcalendar is not standardized, and because it defines the same magic (at least in uppercase), it causes conflict for determining local files. MIME type text/directory is registered by IANA, MIME type text/x-vcard is not standardized and should not contain any glob or magic. However RFC does not say anything about standard extension for text/directory, one of most commonly used is *.vcf, mistakenly added to text/x-vcalendar. How to fix it: Move all entries for text/x-vcalendar to text/calendar. Move all entries from text/x-vcard to text/directory. Move <glob pattern="*.vcf" /> text/directory. Related bug: http://bugzilla.ximian.com/show_bug.cgi?id=65517
Fixed in CVS, thakns for the bug report.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.