chiark / gitweb /
Fix the mail command to parse longer address headers
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 21 Feb 2007 18:30:30 +0000 (18:30 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 21 Feb 2007 18:30:30 +0000 (18:30 +0000)
commitd650d6ed4c969d0d5127544e5236f83e21608ca5
tree8724b0cf895a18e4f0e1d4d6a21391553c2e1dd0
parentf06cd2d17cc81b077f494d56b8515ebea38770f7
Fix the mail command to parse longer address headers

If an address header is split over multiple lines, the old code was
only parsing the first line, missing the other addresses.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/mail.py