X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=mutt_socket.c;h=94dbfc52fb0eee54e3942f3146520efafaac5a1d;hb=f5b0e714a215eddd4d9f8084b434b713f0a580b4;hp=869917d83eeefe6f0ac9c0cdc61ffa469ca12528;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258;p=apps%2Fmadmutt.git diff --git a/mutt_socket.c b/mutt_socket.c index 869917d..94dbfc5 100644 --- a/mutt_socket.c +++ b/mutt_socket.c @@ -411,6 +411,7 @@ int raw_socket_open (CONNECTION * conn) if (rc) { mutt_error (_("Could not find the host \"%s\""), conn->account.host); + mutt_sleep (2); return -1; }