]> granicus.if.org Git - neomutt/commitdiff
# changelog commit
authorBrendan Cully <brendan@kublai.com>
Mon, 8 Aug 2005 19:01:08 +0000 (19:01 +0000)
committerBrendan Cully <brendan@kublai.com>
Mon, 8 Aug 2005 19:01:08 +0000 (19:01 +0000)
ChangeLog

index bf7b0b1751a9edafe19b6c543b91607eee4e6c13..73169de5d9cfae08bf82c478d3d2a92fb01955f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
-2005-08-08 15:54:01  Brendan Cully  <brendan@kublai.com>  (brendan)
+2005-08-08 18:59:43  Brendan Cully  <brendan@kublai.com>  (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.