X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=mutt_socket.c;h=94dbfc52fb0eee54e3942f3146520efafaac5a1d;hb=955b6b84c6eabd42a96ff0176003ef72d49d9c38;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; }