diff options
Diffstat (limited to 'txt/mailcap.txt')
| -rwxr-xr-x | txt/mailcap.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/txt/mailcap.txt b/txt/mailcap.txt new file mode 100755 index 0000000..189e257 --- /dev/null +++ b/txt/mailcap.txt @@ -0,0 +1,11 @@ +# +text/html; librewolf %s; +text/html; cha -T text/html %s;copiousoutput; +# +audio/*; cp %s ~/Apps/Neomutt/tmp \; vlc ~/Apps/Neomutt/tmp/$(basename %s) > /dev/null 2>&1 & +image/*; cp %s ~/Apps/Neomutt/tmp \; ristretto ~/Apps/Neomutt/tmp/$(basename %s) > /dev/null 2>&1 & +# +application/ics; /usr/bin/calcurse -i %s && notify-send "Entry added to calendar 📅" +text/calendar; /usr/bin/calcurse -i %s && notify-send "Entry added to calendar 📅" +text/x-vcard; ~/Apps/Neomutt/bin/mutt.vcard.filter; copiousoutput; +application/*; cp %s ~/Apps/Neomutt/tmp \; xdg-open ~/Apps/Neomutt/tmp/$(basename %s) > /dev/null 2>&1 & |
