Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index 990e44bf02f4928392adf283ed4a36c99d31efa6..9c6fa6441a0e58abb4a212bce1dc6951683c213e 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-785,7
+785,8
@@
sub send_message
else {
push @xh,
'MIME-Version: 1.0',
- "Content-Type: text/plain; charset=$author_encoding";
+ "Content-Type: text/plain; charset=$author_encoding",
+ 'Content-Transfer-Encoding: 8bit';
}
}
}