On Thu, Feb 21, 2008 at 04:41:08PM -0500, Jay Soffian wrote: > On Thu, Feb 21, 2008 at 4:14 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Perhaps we should fix it up like this... > > Doh, my bad... > > > diff --git a/git-send-email.perl b/git-send-email.perl > > index ccb87a2..c9f8c6b 100755 > > --- a/git-send-email.perl > > +++ b/git-send-email.perl > > @@ -475,7 +475,7 @@ if ($thread && !defined $initial_reply_to && $prompting) { > > > > $initial_reply_to = $_; > > } > > -if (defined $initial_reply_to) { > > +if (defined $initial_reply_to && $initial_reply_to ne '') { > > $initial_reply_to =~ s/^\s*<?/</; > > $initial_reply_to =~ s/>?\s*$/>/; > > } > > Actually: > > if ($initial_reply_to) { ... > > should be all that's needed. And reminds me something ;) http://kerneltrap.org/mailarchive/git/2007/12/11/488177 Mike - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html