aboutsummaryrefslogtreecommitdiff
path: root/txt/mailcap.txt
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
committerPhilip Wittamore <philip@wittamore.com>2026-07-12 11:08:50 +0200
commit420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch)
tree3009f0564d75e3f7d1ca38507e7ebb92deaded07 /txt/mailcap.txt
update
Diffstat (limited to 'txt/mailcap.txt')
-rwxr-xr-xtxt/mailcap.txt11
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 &