Update mutt config
This commit is contained in:
parent
142bef0faa
commit
4684292fda
3 changed files with 15 additions and 9 deletions
|
|
@ -25,3 +25,9 @@ color index default default ~D
|
|||
set mailcap_path = ~/.mutt/mailcap
|
||||
auto_view text/html
|
||||
alternative_order text/plain text/html
|
||||
|
||||
set fast_reply = yes
|
||||
set include = yes
|
||||
|
||||
set sort = threads
|
||||
set sort_aux = last-date-received
|
||||
|
|
|
|||
16
mutt/mailcap
16
mutt/mailcap
|
|
@ -1,8 +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
|
||||
application; ~/bin/default-open %t %s; copiousoutput
|
||||
audio; ~/bin/default-open %t %s; copiousoutput
|
||||
image; ~/bin/default-open %t %s; copiousoutput
|
||||
misc; ~/bin/default-open %t %s; copiousoutput
|
||||
text; ~/bin/default-open %t %s; copiousoutput
|
||||
video; ~/bin/default-open %t %s; copiousoutput
|
||||
x-content; ~/bin/default-open %t %s; copiousoutput
|
||||
x-scheme-handler; ~/bin/default-open %t %s; copiousoutput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue