X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=c9ec57f676f194e727c8230ccf5726247a5bd82e;hp=4e771f50329c941e94ce9ef0cc4126abdf7b4bae;hb=c598d6a40f47fba9400589a84ae5573d1a9f74ef;hpb=93f817273e1c70071cd5471594600bc70f12f0ff diff --git a/curs_main.c b/curs_main.c index 4e771f5..c9ec57f 100644 --- a/curs_main.c +++ b/curs_main.c @@ -1205,7 +1205,8 @@ int mutt_index_menu (void) { if (Context && Context->path) strncpy (buf, Context->path, sizeof (buf)); - buffy_next (buf, sizeof (buf)); + if (op != OP_SIDEBAR_OPEN) + buffy_next (buf, sizeof (buf)); } if (op == OP_SIDEBAR_OPEN) {