]> granicus.if.org Git - neomutt/commitdiff
Back out e67f4c347bb4.
authorBrendan Cully <brendan@kublai.com>
Sat, 14 Nov 2009 22:31:35 +0000 (14:31 -0800)
committerBrendan Cully <brendan@kublai.com>
Sat, 14 Nov 2009 22:31:35 +0000 (14:31 -0800)
I could not reproduce the problem, and the change makes it impossible to
change to a real folder when no folder is currently open.

ChangeLog
curs_main.c

index c9de68ec989ec249b6b9e18b4e192eb937996059..c5fec0382a092c8efb0a1bdea18c11c1054ffcf1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-28 23:03 -0700  Brendan Cully  <brendan@kublai.com>  (89fb586edda2)
+
+       * sendlib.c: Unfold headers to wrap length in pager, when weed is set.
+
+       From Rocco's patch queue.
+
+2009-09-22 23:29 -0700  Antonio Radici  <antonio@dyne.org>  (5037c59a589e)
+
+       * po/it.po: Correct Italian translation of y/n/a prompt.
+       Closes #3336
+
 2009-08-27 22:10 -0700  Petr Písař  <petr.pisar@atlas.cz>  (605559e4f88f)
 
        * po/cs.po: Updated Czech translation.
index 700c187d5699e1f959ec88f105cc97c9aaefaf91..df2e6cf26f6482d14f25f30571037b2dc5377e3b 100644 (file)
@@ -1082,7 +1082,7 @@ int mutt_index_menu (void)
            break;
          }
        }
-       else if (Context && Context->path)
+       else
        {
          mutt_buffy (buf, sizeof (buf));