[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fix for incorrect/missing mail headers in commit-email.pl

From: Michiel Holtkamp <michiel_at_elfstone.nl>
Date: Mon, 10 Nov 2008 20:52:26 +0900

[[[
No know issue ticket, but commit-email.pl wasn't sending correct email
on my system. Headers were placed in the body instead of in the
headers of the mail. This was due to an invalid header in the form:

"From author Mon Nov 10 12:41:54 PM 2008".

This is supposed to be output only when --stdout option of commit-
email.pl is selected, but due to logic error, this was always output.
This patch corrects the behaviour: when --stdout is selected, the From
is output, when it isn't selected, it is not output and the received
mail is correctly formatted.
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org

Received on 2008-11-10 22:39:10 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.