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 ef2a3b4b4cd623735ddd97c5c5387c64bc71faa9
parent fafe19a41219f8ef8a57820d591836cc355b4e2c
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 14 Jun 2012 07:27:04 +0200

typo in creating addressbook

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

diff --git a/src/jaro b/src/jaro @@ -1188,7 +1188,7 @@ CREATE TABLE blacklist hits int ); EOF - { $? != 0 } && { + { test $? != 0 } && { error "Error creating addressbook database." return 1 } return 0