]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: open html in qutebrowser
authorSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:07:54 +0000 (11:07 +0100)
committerSamir Benmendil <me@rmz.io>
Thu, 7 Apr 2016 10:07:54 +0000 (11:07 +0100)
mutt/mailcap

index a969611ef592d8ff9f2a9dbae9862b55d3721bef..104fcfd0f053d6d0220c927a3f91ee4491a8efe3 100644 (file)
@@ -1,4 +1,4 @@
-text/html;       ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY";
+text/html;       ~/.mutt/mutt_bgrun qutebrowser %s; test=test -n "$DISPLAY"; nametemplate=%s.html
 text/html;       w3m -I %{charset} -dump %s -T text/html -cols "$COLUMNS" -o display_link_number=1; copiousoutput; nametemplate=%s.html
 image/*;         ~/.mutt/mutt_bgrun feh %s;
 application/pdf; ~/.mutt/mutt_bgrun okular %s;