diff options
Diffstat (limited to 'by_os/Linux/mutt/.mutt/mailcap')
-rw-r--r-- | by_os/Linux/mutt/.mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap index beda6aa..624e58e 100644 --- a/by_os/Linux/mutt/.mutt/mailcap +++ b/by_os/Linux/mutt/.mutt/mailcap @@ -6,6 +6,6 @@ image/gif; feh --auto-rotate -F %s image/jpeg; feh --auto-rotate -F %s image/pjpeg; feh --auto-rotate -F %s image/png; feh --auto-rotate -F %s -text/html; browser %s; test=test -n "$DISPLAY"; needsterminal +text/html; (browser %s & sleep 1); test=test -n "$DISPLAY"; needsterminal; nametemplate=%s.html text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput text/plain; less %s |