aboutsummaryrefslogtreecommitdiff
path: root/mailcap
blob: ea9fd6b1a5974ab24840ec6ac9fba5e14b309994 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 &