From a29434183403fb69f8c3c0bbda36656dd63b9538 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Sun, 29 Apr 2012 22:14:22 -0700 Subject: [PATCH] give user time to read SASL init error message --- mutt_sasl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt_sasl.c b/mutt_sasl.c index e85970dbb..896825ef7 100644 --- a/mutt_sasl.c +++ b/mutt_sasl.c @@ -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; } -- 2.49.0