]> granicus.if.org Git - mutt/commitdiff
Another aesthetic message-id change.
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 28 Oct 2001 09:50:38 +0000 (09:50 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 28 Oct 2001 09:50:38 +0000 (09:50 +0000)
sendlib.c

index 87b94522407b54b563f7b7407b03fa4d471029a8..862cd80e1fa780060e8448613ebd1f82c48de4fe 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -1745,7 +1745,7 @@ char *mutt_gen_msgid (void)
   if(!(fqdn = mutt_fqdn(0)))
     fqdn = NONULL(Hostname);
 
-  snprintf (buf, sizeof (buf), "<%d%02d%02d%02d%02d%02dG.%c%d@%s>",
+  snprintf (buf, sizeof (buf), "<%d%02d%02d%02d%02d%02d.G%c%d@%s>",
            tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, tm->tm_hour,
            tm->tm_min, tm->tm_sec, MsgIdPfx, getpid (), fqdn);
   MsgIdPfx = (MsgIdPfx == 'Z') ? 'A' : MsgIdPfx + 1;