Makes mutt view calender invites nicely

This commit is contained in:
Jonathan Hodgson 2020-07-30 15:21:15 +01:00
parent 6414e1ce72
commit cecdd951dd
3 changed files with 80 additions and 3 deletions

View file

@ -1,5 +1,6 @@
text/html; $BROWSER %s
text/html; w3m -I %{charset} -T text/html -dump; copiousoutput;
text/calendar; dump-ical %s; copiousoutput;
image/*; sxiv -a -b %s &
video/*; setsid mpv --quiet %s &
application/pdf; zathura %s &