From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- txt/mailcap.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 txt/mailcap.txt (limited to 'txt/mailcap.txt') 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 & -- cgit v1.3.1