diff options
-rw-r--r-- | .mailcap | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput +text/html; /usr/bin/w3m -dump -T text/html -I %{charset} -O utf-8 %s; copiousoutput; description=HTML Text; nametemplate=%s.html application/pdf; { set -m \; /bin/mv -T %s %s.mv \; ( evince %s.mv \; /bin/rm %s.mv \; ) & } image/*; eog %s ; application/x-gunzip; gzcat; copiousoutput diff --git a/debian/control b/debian/control index 1e9ce70..0410331 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Build-Depends: neomutt, notmuch-mutt, python3-proselint, + w3m, Standards-Version: 4.5.1 Rules-Requires-Root: no |