jaromail

a commandline tool to easily and privately handle your e-mail
git clone git://parazyd.org/jaromail.git
Log | Files | Refs | Submodules | README

commit ad1a54cafb525a10314b7444b1ded635d5bfea65
parent dfde3bbd0f0a6f8e252c62be566a5492a052b681
Author: Jaromil <jaromil@dyne.org>
Date:   Fri,  6 Dec 2013 13:38:30 +0100

fixes html rendering on osx

Diffstat:
Msrc/zlibs/filters | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/zlibs/filters b/src/zlibs/filters @@ -105,7 +105,7 @@ EOF wwwtext=w3m if command -v elinks; then cat <<EOF >> $MUTTDIR/mailcap -text/html; elinks -dump -dump-charset %{charset} -dump-color-mode 0 %s; nametemplate=%s.html; copiousoutput +text/html; elinks -dump -dump-charset %{charset} %s; nametemplate=%s.html; copiousoutput EOF elif command -v w3m; then cat <<EOF >> $MUTTDIR/mailcap