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 f2329a0c84b4942bcee4fca3188aa9f146070946
parent 4266d92df396553f282f0109ae08cbea2708686e
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 23 Aug 2012 21:16:00 +0200

fix multiple account selection for smtp send

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

diff --git a/src/zlibs/email b/src/zlibs/email @@ -210,7 +210,7 @@ send() { return 0 fi - read_account smtp ${=@} + read_account smtp ${account} { test $? != 0 } && { error "Account configuration not found, or broken. Aborting operation." return 1