]> granicus.if.org Git - neomutt/commitdiff
give user time to read SASL init error message
authorBrendan Cully <brendan@kublai.com>
Mon, 30 Apr 2012 05:14:22 +0000 (22:14 -0700)
committerBrendan Cully <brendan@kublai.com>
Mon, 30 Apr 2012 05:14:22 +0000 (22:14 -0700)
mutt_sasl.c

index e85970dbb3cd6fad7e5fe8fc1d1e629d58a9633c..896825ef73892840eba0179ad2e5e99306b848f3 100644 (file)
@@ -224,6 +224,7 @@ int mutt_sasl_client_new (CONNECTION* conn, sasl_conn_t** saslconn)
   if (rc != SASL_OK)
   {
     mutt_error (_("Error allocating SASL connection"));
+    mutt_sleep (2);
     return -1;
   }