aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-12-24 13:38:22 +0900
committerKenichi Handa2010-12-24 13:38:22 +0900
commit186f7f0b7f48751df956707de5476e63ca4c1dbe (patch)
treed6d4a58a62dba7bcad84319902189080fb6452d0 /etc
parente1a235757a06328c5262c19e37e89428b32571ae (diff)
downloademacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.tar.gz
emacs-186f7f0b7f48751df956707de5476e63ca4c1dbe.zip
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".
72Git, Mercurial, and Monotone recognize "Author" and "Date". 72Git, Mercurial, and Monotone recognize "Author" and "Date".
73Any unknown header is left as is in the message, so it is not lost. 73Any unknown header is left as is in the message, so it is not lost.
74 74
75** Rmail
76
77** The default value of `rmail-enable-mime' is now t. Rmail decodes
78MIME contents automatically. You can customize the variable
79`rmail-enable-mime' back to `nil' to disable this automatic MIME
80decoding.
81
82** The command `rmail-mime' change the displaying of a MIME message
83between decoded presentation form and raw data if `rmail-enable-mime'
84is non-nil. And, with prefix argument, it change only the displaying
85of the MIME entity at point.
86
87** The new command TAB (rmail-mime-next-item) moves point to the next
88item of MIME message.
89
90** The new command backtab (rmail-mime-previous-item) moves point to
91the previous item of MIME message.
92
93** The new command RET (rmail-mime-toggle-hidden) hide or show the
94body of the MIME entity at point.
95
75** Obsolete packages 96** Obsolete packages
76 97
77+++ 98+++