1
0
Fork 0

Add mailcap to mutt

This commit is contained in:
Jeremy Kaplan 2016-07-30 18:42:49 -04:00
commit a6495f33bd
2 changed files with 13 additions and 1 deletions

View file

@ -14,10 +14,14 @@ set sort = threads
set beep_new = yes
macro pager \cu <pipe-entry>'urlview'<enter> 'Follow links with urlview'
macro attach w <pipe-entry>'pipefox'<enter> 'Send attachment to firefox'
macro attach o <pipe-entry>'pipe xdg-open'<enter> 'Open attachment with associated application'
color index default default ~N
color index default default ~O
color index default default ~F
color index default default ~T
color index default default ~D
set mailcap_path = ~/.mutt/mailcap
auto_view text/html
alternative_order text/plain text/html

8
mutt/mailcap Normal file
View file

@ -0,0 +1,8 @@
application; default-open %t %s; copiousoutput
audio; default-open %t %s; copiousoutput
image; default-open %t %s; copiousoutput
misc; default-open %t %s; copiousoutput
text; default-open %t %s; copiousoutput
video; default-open %t %s; copiousoutput
x-content; default-open %t %s; copiousoutput
x-scheme-handler; default-open %t %s; copiousoutput