Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'al/send-email-auto-cte-fixup'
[gitweb.git]
/
git-send-email.perl
diff --git
a/git-send-email.perl
b/git-send-email.perl
index dc7e738e9ce462c85378b82b396dbda0728b971f..4b9d3ad1bdc56881add391def6ed52645ddb89a7 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-1848,7
+1848,7
@@
sub apply_transfer_encoding {
my $from = shift;
my $to = shift;
- return
$message
if ($from eq $to and $from ne '7bit');
+ return
($message, $to)
if ($from eq $to and $from ne '7bit');
require MIME::QuotedPrint;
require MIME::Base64;