From: Brendan Cully Date: Mon, 8 Aug 2005 19:01:08 +0000 (+0000) Subject: # changelog commit X-Git-Tag: mutt-1-5-10-rel~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea5eb0a8ebcae6cbfd7a6b5146e1bf8e270f25d6;p=mutt # changelog commit --- diff --git a/ChangeLog b/ChangeLog index bf7b0b17..73169de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -2005-08-08 15:54:01 Brendan Cully (brendan) +2005-08-08 18:59:43 Brendan Cully (brendan) + + * mutt_socket.c: Pause for a moment when a hostname fails to + resolve. Closes #1942. There are a number of cases where mutt + cascades error messages. It might be nice if there were an error + stack so that low level functions could push_error instead of + displaying it right away, and the higher level ones could eg + mutt_message(_("Failed to write FCC: %s"), pop_error ())... * main.c: Document -d option in mutt -h output. Closes #2027.