X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_main.c;h=4e771f50329c941e94ce9ef0cc4126abdf7b4bae;hb=2743a22ef30aff197b866b9e3547ac429920f6d9;hp=757b0069c745e44b7a3af49406a1f359bf656ff0;hpb=814a01519c9605d479201b99eb16c97b0ad8635d;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 757b006..4e771f5 100644 --- a/curs_main.c +++ b/curs_main.c @@ -592,6 +592,8 @@ int mutt_index_menu (void) if (option (OPTARROWCURSOR)) move (menu->current - menu->top + menu->offset, 2); + else if (option (OPTBRAILLEFRIENDLY)) + move (menu->current - menu->top + menu->offset, 0); else move (menu->current - menu->top + menu->offset, COLS - 1); mutt_refresh (); @@ -1225,7 +1227,6 @@ int mutt_index_menu (void) else #endif mutt_expand_path (buf, sizeof (buf)); - sidebar_set_current (buf); if (mx_get_magic (buf) <= 0) { mutt_error (_("%s is not a mailbox."), buf); break; @@ -1270,6 +1271,7 @@ int mutt_index_menu (void) } else menu->current = 0; + sidebar_set_current (buf); #ifdef USE_NNTP /* buffy_check() must be done with mail-reader mode! */