diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:05:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 05:05:54 +0200 |
commit | 485e5f095f826a366452d83a7ccac08b1b9f01ba (patch) | |
tree | d708c9446249ffab47185d9e33044a3ce4c6c491 /.config/mimeapps.list | |
parent | 579fbb55d16ca03dd41a16310614a4a73b97927b (diff) |
mimeapps: Use thunderbird for email
Diffstat (limited to '.config/mimeapps.list')
-rw-r--r-- | .config/mimeapps.list | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index af6f526..a4a0a9f 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -4,5 +4,11 @@ text/html=firefox.desktop x-scheme-handler/about=firefox.desktop x-scheme-handler/http=firefox.desktop x-scheme-handler/https=firefox.desktop -x-scheme-handler/mailto=aerc.desktop +x-scheme-handler/mailto=userapp-Thunderbird-FX0HU2.desktop x-scheme-handler/unknown=firefox.desktop +message/rfc822=userapp-Thunderbird-FX0HU2.desktop +x-scheme-handler/mid=userapp-Thunderbird-FX0HU2.desktop + +[Added Associations] +x-scheme-handler/mailto=userapp-Thunderbird-FX0HU2.desktop; +x-scheme-handler/mid=userapp-Thunderbird-FX0HU2.desktop; |