Add mailcap to mutt
This commit is contained in:
parent
1db4e520be
commit
a6495f33bd
2 changed files with 13 additions and 1 deletions
|
|
@ -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
8
mutt/mailcap
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue