]> git.rmz.io Git - dotfiles.git/blobdiff - mutt/mailcap
mutt: make dmarc xsl more plaintext friendly
[dotfiles.git] / mutt / mailcap
index 7faa4b87fdfc332952f5effe6dd847a4c75adb01..e7ddad0d1d6052d9d2255574331fa002ecd244c4 100644 (file)
@@ -1,7 +1,7 @@
 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
 text/calendar;   $XDG_CONFIG_HOME/mutt/ical2txt; copiousoutput
-# generate html from dmarc report, testing against *rmz.io* because all other tests were to difficult
+# generate html from dmarc report, testing against *rmz.io* because all other tests were too difficult
 application/gzip; zcat  | xsltproc $XDG_CONFIG_HOME/mutt/dmarc.xsl - > /tmp/dmarc.html && qutebrowser /tmp/dmarc.html ;\
     test=[[ '%s' == *rmz.io* ]]
 application/zip; funzip | xsltproc $XDG_CONFIG_HOME/mutt/dmarc.xsl - > /tmp/dmarc.html && qutebrowser /tmp/dmarc.html ;\