Re: [PATCH] git-send-email.perl: Really add angle brackets to In-Reply-To if necessary
From: David Kastrup <hidden> Date: 2016-06-15 22:43:57
merlyn@stonehenge.com (Randal L. Schwartz) writes:
I think what you were trying to do would work with:
for ($initial_reply_to) {
s/^\s*<?/</;
s/>?\s*$/>/;
}
Untested, but I get this stuff right most of the time. :)
How is that supposed to differ from Mike's patch?
--
David Kastrup, Kriemhildstr. 15, 44793 Bochum