]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
send-email: Fix Pine address book parsing
authorTrent Piepho <tpiepho@freescale.com>
Wed, 26 Nov 2008 02:55:00 +0000 (18:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2008 17:55:10 +0000 (09:55 -0800)
commit73c427eb99a9bb8a3ade40809194405ddb1fd733
tree78954491e6755ea9d0efc087b213f17f99cb60f7
parentf20706220ba788a40b6634255215ccb87accca70
send-email: Fix Pine address book parsing

See:  http://www.washington.edu/pine/tech-notes/low-level.html

Entries with a fcc or comment field after the address weren't parsed
correctly.

Continuation lines, identified by leading spaces, were also not handled.

Distribution lists which had ( ) around a list of addresses did not have
the parenthesis removed.

Signed-off-by: Trent Piepho <tpiepho@freescale.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl