public inbox for gnats-devel@sourceware.org
 help / color / mirror / Atom feed
* Patch for missing space in Date: header
@ 2001-01-15  7:40 Yngve Svendsen
  0 siblings, 0 replies; only message in thread
From: Yngve Svendsen @ 2001-01-15  7:40 UTC (permalink / raw)
  To: gnats-devel; +Cc: bjorn.lindi

In Gnats 3.113, file-pr sends out copies of PRs with a missing space after 
Date: in the mail headers, like "Date:Mon, 15 Jan 2001 12:53:47 +0100". 
This causes problems for many mail clients. The following patch against 
3.113 fixes this:

*** file-pr-orig.c      Mon Jan 15 16:18:26 2001
--- file-pr.c   Mon Jan 15 16:19:07 2001
***************
*** 788,794 ****
         if (i == SUBJECT)
         continue;
         if (*header_value(i))
!       fprintf(msg, "%s%s", header_name(i), header_value(i));
       }
   #endif /* DONT_USE_RESENT */

--- 788,794 ----
         if (i == SUBJECT)
         continue;
         if (*header_value(i))
!       fprintf(msg, "%s %s", header_name(i), header_value(i));
       }
   #endif /* DONT_USE_RESENT */





Yngve Svendsen
IS Engineer
Clustra AS, Trondheim, Norway
yngve.svendsen@clustra.com
Cell.: +47 913 915 02

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-15  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-15  7:40 Patch for missing space in Date: header Yngve Svendsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).