diff options
author | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
commit | a27e83028b7943d26d881564ed446a2a4d374fed (patch) | |
tree | 017ffe78defa27275790c82249a581aef5d9eca6 /.mutt/mailcap | |
parent | 01ef5403e983f5a4767cacf3ffe77a0fcea2139a (diff) |
Update to 02/20/25
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 |