send-email: teach sanitize_address to do rfc2047 quoting
commit5b56aaa29e9d7c0371b6d47bd8a6b12a0c4292dd
authorUwe Kleine-K\e,Av\e(Bnig <ukleinek@informatik.uni-freiburg.de>
Mon, 6 Aug 2007 20:34:50 +0000 (6 22:34 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Aug 2007 05:40:18 +0000 (6 22:40 -0700)
tree7f0da13ee0de57a8be049d42142dab06a8e358aa
parent87027ae4494cd09c428e85b85337fed45a42e29c
send-email: teach sanitize_address to do rfc2047 quoting

Without this patch I'm not able to properly send emails as I have a
non-ascii character in my name.

I removed the _rfc822 suffix from the function name as it now does more
than rfc822 quoting.

I dug through rfc822 to do the double quoting right.  Only if that is not
possible rfc2047 quoting is applied.

Signed-off-by: Uwe Kleine-K\e,Av\e(Bnig <ukleinek@informatik.uni-freiburg.de>
Cc: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl