On Wed, Dec 10, 2008 at 10:57:02AM +0100, Rocco Rutte wrote:
> what if the header
> you're printing already is illegal by containing a newline like so and
> is overly long:
>
> Message-ID: <[EMAIL PROTECTED]>
>
> It hope does a sane thing now but won't with a simple fprintf() leaving
> a br
r.
Thanks,
--
Peter
# HG changeset patch
# User Peter Collingbourne <[EMAIL PROTECTED]>
# Date 1227662107 0
# Branch HEAD
# Node ID 9359de5a3c801ae2c8f29e620f83ea2b8ce665f5
# Parent fd555f9fcb031a1ca18b6a56c4a45fd382220951
Disable line wrapping for Message-ID header
diff -r fd555f9fcb03 -r 9359de
ID. This is mainly an issue for long
externally generated message IDs, for example those within patch
emails generated by "git format-patch --thread". The attached patch
turns off line wrapping for the Message-ID header.
Thanks,
--
Peter
# HG changeset patch
# User Peter Collingbour