diff options
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap index 57eaea5..04e1ac4 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,2 +1,3 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; -application/pdf; xpdf %s +text/html; w3m %s; nametemplate=%s.html; needsterminal +text/html; w3m -v -F -T text/html -dump %s; copiousoutput +application/pdf; zathura %s |