]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/mailcap
mutt: correct paths in mailcap
[dotfiles.git] / mutt / mailcap
index 3fc2db118267a912910e7ab08149abf6f0adbde4..52c4d1cfdfc7c8ed781572f0ad429c0731fb0d7f 100644 (file)
@@ -1,4 +1,4 @@
-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;
-image/*;         ~/.mutt/mutt_bgrun feh %s;
-application/pdf; ~/.mutt/mutt_bgrun okular %s;
+text/html;       $XDG_CONFIG_HOME/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
+application/*;   $XDG_CONFIG_HOME/mutt/mutt_bgrun rifle -f F %s;
+image/*;         rifle -f F %s;