Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1694e6c1
Commit
1694e6c1
authored
Mar 10, 2012
by
Richard M. Stallman
Browse files
sendmail mode quoting bug fix.
parent
607e8555
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/ChangeLog
View file @
1694e6c1
2012-03-10 Richard Stallman <rms@gnu.org>
* mail/sendmail.el (mail-encode-header):
Set rfc2047-encode-encoded-words.
* mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
* mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
...
...
lisp/mail/sendmail.el
View file @
1694e6c1
...
...
@@ -1085,7 +1085,9 @@ Return non-nil if and only if some part of the header is encoded."
(
cons
selected
mm-coding-system-priorities
)
mm-coding-system-priorities
))
(
tick
(
buffer-chars-modified-tick
))
(
rfc2047-encode-encoded-words
nil
))
;; rms: this proved necessary, but I don't recall why.
;; Can anyone determine why, and state it here?
(
rfc2047-encode-encoded-words
t
))
(
rfc2047-encode-message-header
)
(
=
tick
(
buffer-chars-modified-tick
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment