diff options
author | Ben Sima <ben@bsima.me> | 2018-09-11 12:57:36 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-11 12:57:41 -0700 |
commit | 0c7f70a8a451376480becb2462cd7a939c9a65ba (patch) | |
tree | 20efb0ccfecc273c30c310fe504cd312740a3aa8 /mailcap | |
parent | d6b2860806159cf513b1df566e404bedb52103db (diff) |
Switch to w3m for viewing html emails
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; lynx -dump -width=78 -nolist %s | sed 's/^ //'; copiousoutput; needsterminal; nametemplate=%s.html +text/html; w3m -I %{charset} -T text/html; copiousoutput; application/pdf; apvlv %s image/*; feh %s application/msword; antiword %s; copiousoutput |