diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-06 14:43:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-06 14:43:33 +0800 |
commit | b3711f19114f343add0c6604a84e1c10e5a6fef6 (patch) | |
tree | 2f6ea0d05f69da1eb84d8c8b8a220c52450fe200 /mutt | |
parent | d555e35e19fee2e205a2cf3ec1410bf9bd3c9d21 (diff) |
Update
Diffstat (limited to 'mutt')
-rwxr-xr-x | mutt/mutt.desktop | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mutt/mutt.desktop b/mutt/mutt.desktop index 7eb47d2..c6f7556 100755 --- a/mutt/mutt.desktop +++ b/mutt/mutt.desktop | |||
@@ -1,8 +1,8 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Name=Mutt | ||
3 | Comment=My beloved mail client | ||
4 | Exec=alacritty -e mutt %u | ||
5 | MimeType=x-scheme-handler/mailto | ||
6 | Terminal=true | ||
7 | Type=Application | 2 | Type=Application |
8 | Categories=Email;Office;Network; | 3 | Name=Mutt Email Client |
4 | Exec=alacritty --title Mutt -e mutt %u | ||
5 | Terminal=false | ||
6 | MimeType=message/rfc822;application/mbox;application/pgp-encrypted;application/pkcs7-mime;application/x-pkcs7-mime;application/vnd.ms-outlook;application/pdf;image/*;text/html;text/plain;application/octet-stream; | ||
7 | Icon=mutt # Replace with the actual icon path if you have one | ||
8 | Categories=Network;Email; | ||