branch: master
commit eaa0ec1d456a40ddceafad6ce1f2e6bf7479d557
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * smtpmail-async.el: Fix encoding problems (#27)
---
 smtpmail-async.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/smtpmail-async.el b/smtpmail-async.el
index f3f0b9e..76a9fb5 100644
--- a/smtpmail-async.el
+++ b/smtpmail-async.el
@@ -51,6 +51,7 @@
         (require 'smtpmail)
         (with-temp-buffer
           (insert ,buf-content)
+          (set-buffer-multibyte nil)
           ;; Pass in the variable environment for smtpmail
           ,(async-inject-variables
             "\\`\\(smtpmail\\|\\(user-\\)?mail\\)-"

Reply via email to