Control: tags -1 +patch

I have noticed that besides mid: (Message-ID) protocol more URI schemes supported by thunderbird are missed in the .desktop file. It can open e.g. .ics files from https://, but I do not think it should be added.

For symmetry I have added x-/non-x- counterparts to text/calendar and text/vcard types.

See the attachment for a patch.
More MIME file types and URI scheme handlers in thunderbird.desktop

  * Thunderbird is capable to handle more URI schemes:
    - <news://news.gmane.io/u02v26$1qu$1...@ciao.gmane.io> USENET news links,
    - mid: RFC 2392 - Content-ID and Message-ID Uniform Resource Locators,
    - webcal: and webcals: calendars in iCalendar format,
    - add alternatives for .ics and .vcf files.
    (Closes: #1008159)

--- thunderbird_102.9.1-1/debian/thunderbird.desktop	2023-03-18 12:09:36.000000000 +0000
+++ thunderbird/debian/thunderbird.desktop	2023-04-01 10:17:39.553667864 +0000
@@ -9,7 +9,7 @@
 Version=1.0
 Icon=thunderbird
 Categories=Network;Email;News;GTK;
-MimeType=message/rfc822;x-scheme-handler/mailto;text/calendar;text/x-vcard;
+MimeType=message/rfc822;x-scheme-handler/mailto;x-scheme-handler/mid;x-scheme-handler/news;x-scheme-handler/webcal;x-scheme-handler/webcals;text/calendar;text/x-calendar;text/vcard;text/x-vcard;
 StartupWMClass=thunderbird-default
 StartupNotify=true
 Name[ast]=Veceru de corréu Thunderbird

Reply via email to