Merge branch 'maint'
[gitweb.git] / git-send-email.perl
index 990e44bf02f4928392adf283ed4a36c99d31efa6..9c6fa6441a0e58abb4a212bce1dc6951683c213e 100755 (executable)
@@ -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';
                        }
                }
        }