emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 93d54ba: Inhibit querying for the encoding of the h


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 93d54ba: Inhibit querying for the encoding of the headers when resending
Date: Tue, 05 Apr 2016 08:28:22 +0000

branch: master
commit 93d54ba104bf85d487eb8e90a4857789e0c9a210
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    Inhibit querying for the encoding of the headers when resending
    
    * lisp/gnus/message.el (message-resend): Inhibit querying for
    the encoding of the headers when resending.
---
 lisp/gnus/message.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index d4313e0..14d8d30 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -7637,6 +7637,9 @@ is for the internal use."
             (let ((case-fold-search t))
               (re-search-forward "^mime-version:" nil t)))
            (message-inhibit-ecomplete t)
+           ;; We don't want smtpmail.el to encode anything, either.
+           (sendmail-coding-system 'raw-text)
+           (select-safe-coding-system-function nil)
            message-required-mail-headers
            message-generate-hashcash
            rfc2047-encode-encoded-words)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]