diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-04 00:12:09 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-04 00:12:09 +0000 |
commit | c5d139e3b489043fe3f27c545ff7966fc2569979 (patch) | |
tree | d376b91997c45db70ebeaec15784857286b5f9c4 /.mutt | |
parent | 917b54d6a1c1e6cc2db0f83df08f737cc95a6b1d (diff) |
Update qutebrowser configuration
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/mailcap b/.mutt/mailcap index c4f43e8..dcab31d 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,4 @@ -text/html; uzbl-browser %s; +text/html; mv %s %s.html && qutebrowser %s.html >/dev/null 2>/dev/null; needsterminal; text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput text/plain; more %s; image/*; feh %s |