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.
This commit is contained in:
parent
e11b41ec61
commit
93d54ba104
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue