summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2009-11-14 14:31:35 -0800
committerBrendan Cully <brendan@kublai.com>2009-11-14 14:31:35 -0800
commitce1693bc4ba42dd44caaf28f307663405fe258fa (patch)
treef9d733fab7d402b1bd8bf5ba7ade7867e1da17dd /curs_main.c
parent3215d1ade197b75a8c00fc476d8dcedc9f572004 (diff)
Back out e67f4c347bb4.
I could not reproduce the problem, and the change makes it impossible to change to a real folder when no folder is currently open.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_main.c b/curs_main.c
index 700c187d..df2e6cf2 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1082,7 +1082,7 @@ int mutt_index_menu (void)
break;
}
}
- else if (Context && Context->path)
+ else
{
mutt_buffy (buf, sizeof (buf));