[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107556: sendmail mode quoting bug fi
From: |
Richard Stallman |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107556: sendmail mode quoting bug fix. |
Date: |
Sat, 10 Mar 2012 04:11:22 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107556
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Sat 2012-03-10 04:11:22 -0500
message:
sendmail mode quoting bug fix.
modified:
lisp/ChangeLog
lisp/mail/sendmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2012-03-10 09:02:06 +0000
+++ b/lisp/ChangeLog 2012-03-10 09:11:22 +0000
@@ -1,5 +1,8 @@
2012-03-10 Richard Stallman <address@hidden>
+ * 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
=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el 2012-02-10 18:16:19 +0000
+++ b/lisp/mail/sendmail.el 2012-03-10 09:11:22 +0000
@@ -1085,7 +1085,9 @@
(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)))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107556: sendmail mode quoting bug fix.,
Richard Stallman <=