X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=d60bd520888102bb3667bbd482f7ad5990486290;hp=3901591ec03034a0b0ebe918192197c199b32718;hb=4ca1867975c2c1f247557d4f33ea6ca6dbe9eae0;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/commands.c b/commands.c index 3901591..d60bd52 100644 --- a/commands.c +++ b/commands.c @@ -982,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)