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 e4c9e873d78719cc9e68635acd10273bff5b9302
parent 0f131a523b180f3b548ac70df92b56ae5dd0ddfa
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 17 May 2012 18:28:41 +0200

tuned fetchmail settings

Diffstat:
Msrc/jaro | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/jaro b/src/jaro @@ -460,7 +460,7 @@ fetch() { cat <<EOF > $WORKDIR/tmp/$host.fetch poll $host with proto IMAP user "$login" there with password "$password" -keep fetchall and ssl warnings 3600 and wants mda "procmail -m $PROCMAILDIR/rc" +keep and ssl warnings 3600 and wants mda "procmail -m $PROCMAILDIR/rc" sslcertck sslcertpath '$WORKDIR/certs' antispam 571 550 501 554 EOF @@ -483,7 +483,7 @@ EOF act "please wait while downloading mails..." ( sleep 2; ${=rm} $WORKDIR/tmp/$host.fetch ) & - fetchmail -v -f $WORKDIR/tmp/$host.fetch + fetchmail -f $WORKDIR/tmp/$host.fetch total=`mailstat -k $WORKDIR/log/procmail.log | tail -n1 | awk '{print $2}'` briefing=`mailstat -kt $WORKDIR/log/procmail.log |awk '!/procmail/ { print " . " $2 "\t" $3 }'|sort -nr`