X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=3901591ec03034a0b0ebe918192197c199b32718;hp=a765de9b8e125f0b7e3db65c92597fe5821dbf4a;hb=102f532053055853c3eb5efd389ffccf59b8b452;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/commands.c b/commands.c index a765de9..3901591 100644 --- a/commands.c +++ b/commands.c @@ -17,6 +17,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 "mutt_menu.h" @@ -1092,6 +1096,7 @@ static int _mutt_check_traditional_pgp (HEADER *h, int *redraw) rv = 1; } + h->security |= PGP_TRADITIONAL_CHECKED; mx_close_message (&msg); return rv; }