X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=d60bd520888102bb3667bbd482f7ad5990486290;hp=a765de9b8e125f0b7e3db65c92597fe5821dbf4a;hb=4ca1867975c2c1f247557d4f33ea6ca6dbe9eae0;hpb=3d937534e7b1ee723f86594b5e4c64c95158a933 diff --git a/commands.c b/commands.c index a765de9..d60bd52 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" @@ -978,7 +982,7 @@ int mutt_update_list_file (char *filename, char *section, char *key, char *line) void mutt_version (void) { - mutt_message ("Mutt %s (%s)", MUTT_VERSION, ReleaseDate); + mutt_message ("Mutt-ng %s (%s)", MUTT_VERSION, ReleaseDate); } void mutt_edit_content_type (HEADER *h, BODY *b, FILE *fp) @@ -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; }