X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=d60bd520888102bb3667bbd482f7ad5990486290;hp=3901591ec03034a0b0ebe918192197c199b32718;hb=16ff93bd19515d67ea15468b4adb35395970a559;hpb=102f532053055853c3eb5efd389ffccf59b8b452 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)