Added neomutt
This commit is contained in:
parent
5d74e878dd
commit
694246f533
6 changed files with 364 additions and 0 deletions
11
config/neomutt/mailcap
Normal file
11
config/neomutt/mailcap
Normal file
|
@ -0,0 +1,11 @@
|
|||
text/html; firefox -new-tab %s & sleep 5; test=test -n "$DISPLAY";
|
||||
#
|
||||
# for mutt to view html e-mails
|
||||
# text/html; w3m -I %{charset} -T text/html; copiousoutput
|
||||
text/html; html2text %s; copiousoutput
|
||||
|
||||
application/pdf; evince %s; copiousoutput
|
||||
# text/calendar; ~/.mutt/scripts/vcalendar-filter; copiousoutput
|
||||
#text/calendar; mutt-ics; copiousoutput
|
||||
#application/ics; mutt-ics; copiousoutput
|
||||
application/*; xdg-open %s
|
Loading…
Add table
Add a link
Reference in a new issue