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 ff1c373d167f6084a74bf8d6c31b206bc2b13ae8
parent 5aa81ccb5209afc68e5bf1ecc675b22811ee11f3
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 29 Nov 2017 09:53:27 +0100

small imap command fix for cli usage

Diffstat:
Mjaro | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jaro b/jaro @@ -756,8 +756,8 @@ s/\*/\\*/g ;; imap) - imapcmd="$1" - case $1 in + imapcmd="${option_params[(w)1]}" + case $imapcmd in console) read_account $account host=${imap:-$host}