From 4d4c0e81a0caace3dc035ff9010ee01ac162ec86 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sat, 10 May 2025 18:48:35 +0200 Subject: update --- mailcap | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mailcap (limited to 'mailcap') diff --git a/mailcap b/mailcap new file mode 100644 index 0000000..ea9fd6b --- /dev/null +++ b/mailcap @@ -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 & -- cgit v1.2.3