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 366b043e0872b9b1ea1f6f867332dfda1b8fa4b8
parent 504df39571712ad0905d135fcf0cdd7408c99ebd
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 27 Apr 2014 20:36:31 +0200

fixed message noticing if mails are kept or deleted from server

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

diff --git a/src/zlibs/email b/src/zlibs/email @@ -238,7 +238,7 @@ fetch() { fmconf+=(" antispam 571 550 501 554 ") - print $accountopt | grep ' keep' > /dev/null + print $accountopt | grep 'keep' > /dev/null { test $? = 0 } || { error "planning to delete mails from server, account option: $accountopt" }