commit | 02461e0e2833753151ed71899f075c94e5fc495b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Oct 08 10:03:26 2009 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Oct 09 17:02:21 2009 -0700 |
tree | 21e38c24e55b2ae8abf1d8c453affe92546dd56a | |
parent | 1cd749cc0722533bd1849f491ec9ab19e17232e1 [diff] |
git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s Some MTAs reject Cc: lines longer than 78 chars. Avoid this by using the same join as "To:" ",\n\t" so each subsequent Cc entry is on a new line. RCPT TO: should have a single entry per line. see: http://www.ietf.org/rfc/rfc2821.txt Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>