diff --git a/mutt/common b/mutt/common index 4b99e3a..ef8b49c 100644 --- a/mutt/common +++ b/mutt/common @@ -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 diff --git a/mutt/mailcap b/mutt/mailcap index 88351f4..8be8a1a 100644 --- a/mutt/mailcap +++ b/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 diff --git a/urlview/.urlview b/urlview/.urlview index 896d74a..0931c9b 100644 --- a/urlview/.urlview +++ b/urlview/.urlview @@ -1,2 +1,2 @@ REGEXP (((http|https|ftp|gopher)|mailto)[.:][^ >"\t]*|www\.[-a-z0-9.]+)[^ .,;\t>">\):] -COMMAND firefox -new-tab %s +COMMAND xdg-open %s