diff options
author | Richard M. Stallman <rms@gnu.org> | 2012-09-17 07:49:10 -0400 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2012-09-17 07:49:10 -0400 |
commit | 0dee970c8850ab1c6334500011e36d530fc636c9 (patch) | |
tree | e0a6b94684fbbe62ba1372c5edf4c5249e831e7a /lisp/ChangeLog | |
parent | acb1c47be040b8e532716ae976ccfaaa69792f23 (diff) | |
download | emacs-0dee970c8850ab1c6334500011e36d530fc636c9.tar.gz |
When toggling mime processing off, just don't do mime processing.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6232886b88b..e89320a3c9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2012-09-17 Richard Stallman <rms@gnu.org> + * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert + only in the mime-shown mode, not in raw mode. + (rmail-mime): Toggle off mime by displaying the message without + mime processing. + * mail/rmail.el (rmail-retry-failure): Turn off mime processing first. * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key. |