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 4a8ebf21f3795d4dec5311179988cf51dc45d1d6
parent 1ed2bad317455910b5848c5fb453b87a39b97531
Author: Jaromil <jaromil@dyne.org>
Date:   Tue,  5 Jun 2012 18:57:04 +0200

now learning again from sent mails

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

diff --git a/src/jaro b/src/jaro @@ -859,7 +859,7 @@ EOF else act "Mail sent succesfully" # whitelist those to whom we send mails - cat ${mail} | $WORKDIR/bin/jaro -l Whitelist.txt -q learn + cat ${mail} | $WORKDIR/bin/jaro -l whitelist -q learn to: ${=rm} ${mail} & locked_unlink ${smtp} & fi