diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-16 14:04:37 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-16 14:04:37 +0000 |
commit | 70bfbf0846449bd2187b0c02cf14a140ac5e2c9c (patch) | |
tree | 288750b35adf5a9ff4130b315ed1c30b7ac1a554 /.mutt | |
parent | style updates (diff) | |
download | scripts-70bfbf0846449bd2187b0c02cf14a140ac5e2c9c.tar.gz scripts-70bfbf0846449bd2187b0c02cf14a140ac5e2c9c.zip |
udev, mailcap and kmonad service
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/mailcap | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap new file mode 100644 index 0000000..a55433f --- /dev/null +++ b/.mutt/mailcap @@ -0,0 +1,2 @@ +text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput +#text/html; beautiful_html_render %s; nametemplate=%s.html; copiousoutput; |