]> granicus.if.org Git - neomutt/commitdiff
GMT's too clumsy. Just take G.
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 28 Oct 2001 09:18:19 +0000 (09:18 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 28 Oct 2001 09:18:19 +0000 (09:18 +0000)
sendlib.c

index dab6cf1880d08f34cfaa1c4fb1464e6998bb604b..87b94522407b54b563f7b7407b03fa4d471029a8 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%02dGMT.%c%d@%s>",
+  snprintf (buf, sizeof (buf), "<%d%02d%02d%02d%02d%02dG.%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;