Force saving without encoding, regardless of current message.
This commit is contained in:
parent
8c4b24b2ab
commit
469c5a60ab
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue