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 dfde3bbd0f0a6f8e252c62be566a5492a052b681
parent 22ae3eae82aa2e07a1d631f501712b0da7da60af
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 25 Sep 2013 18:10:13 +0200

msmtp: now using ssl certs installed systemwide

Diffstat:
Msrc/zlibs/email | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/zlibs/email b/src/zlibs/email @@ -139,7 +139,8 @@ fetch() { fmconf+=(" ssl warnings 3600 and wants mda \"procmail -m $PROCMAILDIR/rc\" ") if [ "$cert" = "check" ]; then - fmconf+=(" sslcertck sslcertpath '$MAILDIRS/certs' ") + # we now use system-wide certs + fmconf+=(" sslcertck ") # sslcertpath '$WORKDIR/certs' fi