aboutsummaryrefslogtreecommitdiff
path: root/txt/mailcap.txt
blob: 189e25779a4aa3913193aa9f82660aadcba59bad (plain)
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 ~/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 &