diff options
author | listout <listout@protonmail.com> | 2021-10-22 10:40:18 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-10-22 10:40:18 +0530 |
commit | fdcdd85d15f1176ee612e2c76bed2860f952d780 (patch) | |
tree | e5d1ade38c8ed422bb8ee9cfb35bd49743461ce3 /.config/neomutt/mailcap | |
parent | d4abb51bc9dfacf3fe049c2d0f8a1228851651ae (diff) |
using pass for password management in mutt
Diffstat (limited to '.config/neomutt/mailcap')
-rw-r--r-- | .config/neomutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/neomutt/mailcap b/.config/neomutt/mailcap index dbb63f1..139f220 100644 --- a/.config/neomutt/mailcap +++ b/.config/neomutt/mailcap @@ -1,4 +1,5 @@ # HTML +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput text/html; /usr/bin/w3m -I %{charset} -T text/html; copiousoutput; text/plain; nvim %s @@ -7,4 +8,5 @@ image/png; /usr/bin/feh %s image/jpeg; /usr/bin/feh %s #PDFs +application/pdf; /usr/bin/zathura %s & application/pdf; /usr/bin/evince %s & |