]> git.rmz.io Git - dotfiles.git/commitdiff
mutt: use column with for html rendering
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 15 Jul 2014 23:20:19 +0000 (00:20 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 15 Jul 2014 23:20:19 +0000 (00:20 +0100)
mutt/mailcap

index 664bda60846f368fb479e4a6fbea1b91b5de0a27..a969611ef592d8ff9f2a9dbae9862b55d3721bef 100644 (file)
@@ -1,5 +1,5 @@
 text/html;       ~/.mutt/mutt_bgrun dwb -p mail --name dwb-mail %s; test=test -n "$DISPLAY";
-text/html;       w3m -I %{charset} -T text/html; copiousoutput;
+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;
 application/*;   ~/.mutt/mutt_bgrun mimeo %s;