diff options
author | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:35 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-01-21 09:15:35 +0800 |
commit | 482d1600ccac1b261edd1261c23596e394a45052 (patch) | |
tree | 6c78d14b784e59c39d58227d3d45c734c1a50066 /.mutt/mailcap | |
parent | 9662a8ec581ea6055d1bfaff3ba4dd6602bddccd (diff) | |
download | dotfiles-482d1600ccac1b261edd1261c23596e394a45052.tar.gz dotfiles-482d1600ccac1b261edd1261c23596e394a45052.tar.bz2 dotfiles-482d1600ccac1b261edd1261c23596e394a45052.zip |
Remove mutt config
Diffstat (limited to '.mutt/mailcap')
-rw-r--r-- | .mutt/mailcap | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap deleted file mode 100644 index bb7849a..0000000 --- a/.mutt/mailcap +++ /dev/null @@ -1,8 +0,0 @@ -text/html;\ - $BROWSER %s;\ - test=test -n "$DISPLAY";\ - nametemplate=%s.html;\ - needsterminal; - -text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -collapse_br_tags -dump %s; nametemplate=%s.html; copiousoutput - |