commit 3adf8ddace75bef39971789087458e727cb7d6e4
parent c9b3531e83455ab729a223f6a2510e21b4102dbe
Author: Jaromil <jaromil@dyne.org>
Date:   Mon,  4 Jun 2012 16:17:50 +0200
default transport is plain (uncommenting ssl from config)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jaro b/src/jaro
@@ -500,7 +500,7 @@ read_account() {
 	    { test -z $name }       && { name="$type" }
 	    { test -z $login }      && { login="$email" } # usually email and login are the same
 	    { test -z $email }      && { email="$login" } # so if one is specified, deduce the other
-	    { test -z $transport }  && { transport=ssl }
+	    { test -z $transport }  && { transport=plain }
 	    { test -z $port }       && { port=993 }
 	    { test -z $auth }       && { auth=plain }
 	    { test -z $cert }       && { cert=ignore }