Force saving without encoding, regardless of current message.

This commit is contained in:
Richard M. Stallman 2013-02-07 03:04:05 -05:00
parent 8c4b24b2ab
commit 469c5a60ab
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-02-07 Richard Stallman <rms@gnu.org>
* mail/rmail.el (rmail-variables): Specify `no-conversion' for
`save-buffer-coding-system'.
2013-02-07 Alan Mackenzie <acm@muc.de>
Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.

View file

@ -1507,6 +1507,8 @@ If so restore the actual mbox message collection."
(setq file-precious-flag t)
(make-local-variable 'desktop-save-buffer)
(setq desktop-save-buffer t)
(make-local-variable 'save-buffer-coding-system)
(setq save-buffer-coding-system 'no-conversion)
(setq next-error-move-function 'rmail-next-error-move))
;; Handle M-x revert-buffer done in an rmail-mode buffer.