Fix "mail" command when description contains "From"
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Fri, 16 Sep 2005 19:35:16 +0000 (21:35 +0200)
committerCatalin Marinas <catalin.marinas@gmail.com>
Sat, 17 Sep 2005 07:55:05 +0000 (08:55 +0100)
commit24aadb3f7d7347d22c5b7afdd0b8989cccb11a9b
tree876ee7661b6d9d0866190b988fe103510709f504
parent537ddf3fcbb207659094a19acd83ac7b83d4deb1
Fix "mail" command when description contains "From"

For kernel patches, the "From" line from the email is often preserved in
the patch itself, and the one from the email is sometimes lost, so I add an
explicit one. And mail barfes on this.
Fix it up.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
stgit/commands/mail.py