diff options
Diffstat (limited to 'by_os/Linux/mutt/.mutt/mailcap')
-rw-r--r-- | by_os/Linux/mutt/.mutt/mailcap | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/by_os/Linux/mutt/.mutt/mailcap b/by_os/Linux/mutt/.mutt/mailcap index 779f952..3909e8b 100644 --- a/by_os/Linux/mutt/.mutt/mailcap +++ b/by_os/Linux/mutt/.mutt/mailcap @@ -1,11 +1,12 @@ -text/html; browser -new-tab %s &>/dev/null & sleep 1; test=test -n "$DISPLAY"; needsterminal -text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput -text/plain; less %s -application/x-pdf; zathura %s -application/pdf; zathura %s application/octet-stream; zathura %s +application/pdf; zathura %s +application/x-pdf; zathura %s +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 -image/gif; feh --auto-rotate -F %s - +text/html; browser %s; test=test -n "$DISPLAY"; needsterminal +#text/html; browser -new-tab %s &>/dev/null; test=test -n "$DISPLAY"; copiousoutput +#text/html; browser -new-tab %s &>/dev/null & sleep 3; test=test -n "$DISPLAY"; needsterminal +text/html; w3m -I %{charset} -O utf-8 -T text/html -dump %s; copiousoutput +text/plain; less %s |