X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=curs_main.c;h=7137100447246b77987e76b305115843fe99a798;hp=25b20e012a7e2ae73f8a8c35480bf5e00faaf276;hb=6e0187ce721be4997bef32d724528f8976df89d6;hpb=d279a20c49265b2595ffab0b68b67e601330a602 diff --git a/curs_main.c b/curs_main.c index 25b20e0..7137100 100644 --- a/curs_main.c +++ b/curs_main.c @@ -385,7 +385,7 @@ static void update_index (MUTTMENU *menu, CONTEXT *ctx, int check, if (menu->current < 0) menu->current = ci_first_message (); - + } static void resort_index (MUTTMENU *menu) @@ -1296,6 +1296,12 @@ CHECK_IMAP_ACL(IMAP_ACL_DELETE); { int check; +#ifdef USE_COMPRESSED + if (Context->compressinfo && Context->realpath) + mutt_str_replace (&LastFolder, Context->realpath); + else +#endif + mutt_str_replace (&LastFolder, Context->path); oldcount = Context ? Context->msgcount : 0;