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 c059211bc2897da1d19eaef1572a08db9c14fb14
parent f6c10028ffc5886b78eca73ffcd0e1d9ad121106
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 13 Jun 2012 20:26:02 +0200

typo in check new password without gnome-key on gnu/linux

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

diff --git a/src/jaro b/src/jaro @@ -327,7 +327,7 @@ ask_password() { #################### # USE PINENTRY ALONE new_password - { test $? = 0 } && { + { test $? != 0 } && { error "Password input aborted." return 1 } return 0