summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2010-12-24 13:38:22 +0900
committerKenichi Handa <handa@m17n.org>2010-12-24 13:38:22 +0900
commit186f7f0b7f48751df956707de5476e63ca4c1dbe (patch)
treed6d4a58a62dba7bcad84319902189080fb6452d0 /etc
parente1a235757a06328c5262c19e37e89428b32571ae (diff)
downloademacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.tar.gz
Enable display mode of MIME message in rmail.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ebc1f0afc9e..1bf17eff7a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
+++