Nico Golde:
[apps/madmutt.git] / compose.c
index a4d5ec9..e8ef1ad 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -508,7 +508,7 @@ compose_format_str (char *buf, size_t buflen, char op, const char *src,
       break;
 
     case 'v':
-      snprintf (fmt, sizeof (fmt), "Mutt %%s");
+      snprintf (fmt, sizeof (fmt), "Mutt-ng %%s");
       snprintf (buf, buflen, fmt, MUTT_VERSION);
       break;