diff options
author | tsxv478 <atci39@rambler.ru> | 2024-06-19 07:57:46 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-06-19 07:57:46 +0300 |
commit | 41effffb3b46f1cc76ae800768c623b347e2f0a7 (patch) | |
tree | d659a082eabe925cec3a8d026ea1aeee39427525 /.config/mutt/mailcap | |
parent | b6a82170c4c9f9a208428673215dea326b8be879 (diff) |
Email templates
Diffstat (limited to '.config/mutt/mailcap')
-rw-r--r-- | .config/mutt/mailcap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap new file mode 100644 index 0000000..5564f32 --- /dev/null +++ b/.config/mutt/mailcap @@ -0,0 +1,10 @@ +text/plain; $EDITOR %s; +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s -width=150; nametemplate=%s.html; copiousoutput; +# text/html; elinks -dump -dump-charset %{charset} -dump-width 150 -force-html; copiousoutput; +# text/html; w3m -I %{charset} -T text/html; copiousoutput; +image/*; nsxiv %s ; +audio/*; mpv %s ; +video/*; setsid -f mpv --really-quiet %s &; copiousoutput; +application/pdf; zathura %s ; +application/pgp-encrypted; gpg -d '%s'; copiousoutput; +application/pgp-keys; gpg --import '%s'; copiousoutput; |