diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-05-10 18:48:35 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-05-10 18:48:35 +0200 |
commit | 4d4c0e81a0caace3dc035ff9010ee01ac162ec86 (patch) | |
tree | 42d045bcd2d003ebd30caf7c7d642e03002de35c /mailcap | |
download | neomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.tar.gz neomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.tar.bz2 neomutt-4d4c0e81a0caace3dc035ff9010ee01ac162ec86.zip |
update
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +# +text/html; librewolf %s; +text/html; cha -T text/html %s;copiousoutput; +# +audio/*; cp %s ~/neomutt/tmp \; vlc ~/neomutt/tmp/$(basename %s) > /dev/null 2>&1 & +image/*; cp %s ~/neomutt/tmp \; ristretto ~/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; ~/neomutt/bin/mutt.vcard.filter; copiousoutput; +application/*; cp %s ~/neomutt/tmp \; xdg-open ~/neomutt/tmp/$(basename %s) > /dev/null 2>&1 & |