1
0
Fork 0

Update mutt config

This commit is contained in:
Jeremy Kaplan 2016-08-14 13:11:18 -04:00
commit 4684292fda
3 changed files with 15 additions and 9 deletions

View file

@ -25,3 +25,9 @@ color index default default ~D
set mailcap_path = ~/.mutt/mailcap set mailcap_path = ~/.mutt/mailcap
auto_view text/html auto_view text/html
alternative_order text/plain text/html alternative_order text/plain text/html
set fast_reply = yes
set include = yes
set sort = threads
set sort_aux = last-date-received

View file

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

View file

@ -1,2 +1,2 @@
REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):]
COMMAND firefox -new-tab %s COMMAND xdg-open %s