X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=curs_main.c;h=59817668e6c4e76bebac808c48b6efa24b6fadb8;hb=fd9992da39f78bd5e4ae5bbd8c003cd2ecc8fe75;hp=8686baf879a4472a2064846af612e4ffaccf16b6;hpb=7259a4b7e7de67679ee74c966439dbb43602a1f1;p=apps%2Fmadmutt.git diff --git a/curs_main.c b/curs_main.c index 8686baf..5981766 100644 --- a/curs_main.c +++ b/curs_main.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include "mutt.h" #include "mutt_curses.h" #include "mx.h" @@ -605,6 +609,7 @@ int mutt_index_menu (void) SETCOLOR (MT_COLOR_STATUS); mutt_paddstr (COLS, buf); SETCOLOR (MT_COLOR_NORMAL); + set_buffystats (Context); menu->redraw &= ~REDRAW_STATUS; if (option(OPTXTERMSETTITLES)) { @@ -2083,6 +2088,8 @@ CHECK_IMAP_ACL(IMAP_ACL_INSERT); } #endif + if (option (OPTPGPAUTODEC) && (tag || !(CURHDR->security & PGP_TRADITIONAL_CHECKED))) + mutt_check_traditional_pgp (tag ? NULL : CURHDR, &menu->redraw); mutt_edit_message (Context, tag ? NULL : CURHDR); menu->redraw = REDRAW_FULL;