diff options
author | Kenichi Handa <handa@m17n.org> | 2010-12-24 13:38:22 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2010-12-24 13:38:22 +0900 |
commit | 186f7f0b7f48751df956707de5476e63ca4c1dbe (patch) | |
tree | d6d4a58a62dba7bcad84319902189080fb6452d0 /etc | |
parent | e1a235757a06328c5262c19e37e89428b32571ae (diff) | |
download | emacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.tar.gz |
Enable display mode of MIME message in rmail.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -72,6 +72,27 @@ Bazaar recognizes the headers "Author", "Date" and "Fixes". Git, Mercurial, and Monotone recognize "Author" and "Date". Any unknown header is left as is in the message, so it is not lost. +** Rmail + +** The default value of `rmail-enable-mime' is now t. Rmail decodes +MIME contents automatically. You can customize the variable +`rmail-enable-mime' back to `nil' to disable this automatic MIME +decoding. + +** The command `rmail-mime' change the displaying of a MIME message +between decoded presentation form and raw data if `rmail-enable-mime' +is non-nil. And, with prefix argument, it change only the displaying +of the MIME entity at point. + +** The new command TAB (rmail-mime-next-item) moves point to the next +item of MIME message. + +** The new command backtab (rmail-mime-previous-item) moves point to +the previous item of MIME message. + +** The new command RET (rmail-mime-toggle-hidden) hide or show the +body of the MIME entity at point. + ** Obsolete packages +++ |