Eric Wong <e@xxxxxxxxx> writes: > Tom Russello <tom.russello@xxxxxxxxxxxxxxxx> wrote: > >> + #Message body >> + while (<$fh>) { >> + #for files containing crlf line endings >> + $_=~ s/\r//g; >> + my $space=""; >> + if (/^[^>]/) { >> + $space = " "; >> + } >> + $message_quoted .= ">".$space.$_; > > Is this really necessary to switch between "> " and ">" prefix? > AFAIK, MUAs prefix unconditionally with "> ". I had the same question, but at least my mailer (Gnus) has the same special-case it seems. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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