Merge branch 'al/send-email-auto-cte-fixup'
"git send-email --transfer-encoding=..." in recent versions of Git sometimes produced an empty "Content-Transfer-Encoding:" header, which has been corrected. * al/send-email-auto-cte-fixup: send-email: avoid empty transfer encoding header
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user