aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2010-12-27 20:03:58 +0900
committerKenichi Handa2010-12-27 20:03:58 +0900
commit7f42ff40b136fa0efbf39172d00e5fe39eac531f (patch)
treed99aa4c98e69debe7b9ed26803b6af9e0fed183b
parent794b75c7690370d5a4fcc09a6121972f3886cd25 (diff)
downloademacs-7f42ff40b136fa0efbf39172d00e5fe39eac531f.tar.gz
emacs-7f42ff40b136fa0efbf39172d00e5fe39eac531f.zip
rmail.texi (Rmail Display): Describe new features of Rmail in Info.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/rmail.texi39
2 files changed, 40 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 9cb831f4de8..6141623a05e 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12010-12-27 Kenichi Handa <handa@m17n.org>
2
3 * rmail.texi (Rmail Display): Describe new features of Rmail in Info.
4
12010-12-25 Eli Zaretskii <eliz@gnu.org> 52010-12-25 Eli Zaretskii <eliz@gnu.org>
2 6
3 * frames.texi (Cut and Paste): Modify the section's name and text: 7 * frames.texi (Cut and Paste): Modify the section's name and text:
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index d477ca73c46..323539c8909 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -1164,11 +1164,44 @@ Then you can browse these URLs by clicking on them with @kbd{Mouse-2}
1164@key{RET}}. @xref{Goto Address mode, Activating URLs, Activating URLs}. 1164@key{RET}}. @xref{Goto Address mode, Activating URLs, Activating URLs}.
1165 1165
1166@cindex MIME messages (Rmail) 1166@cindex MIME messages (Rmail)
1167@vindex rmail-enable-mime
1168 Rmail, by default, decodes a MIME message and display the body
1169part(s) in a humar readable way. If the message contains multiple
1170parts (entities), each part has an additional single tagline that
1171contains the information about depth, index, and type of the part. It
1172may also contain buttons to handle the part (for saving or
1173image-showing).
1174
1175 If you customize @code{rmail-enable-mime} to @code{nil} (the default
1176is @code{t}), Rmail does not show MIME decoded message until a user
1177explicitly requires it.
1178
1179@table @kbd
1180@findex rmail-mime-toggle-hidden
1181@item @key{RET}
1182 Hide or show the body of a MIME entity at point.
1183
1184@findex rmail-mime-next-item
1185@item @key{TAB}
1186 Move point to the next displayed item of MIME entity (part).
1187
1188@findex rmail-mime-previous-item
1189@item @key{BackTab}
1190 Move point to the previous displayed item of MIME entity (part).
1191
1167@findex rmail-mime 1192@findex rmail-mime
1193@item v
1168@kindex v @r{(Rmail)} 1194@kindex v @r{(Rmail)}
1169 The @kbd{v} (@code{rmail-mime}) command creates a temporary buffer 1195 The @kbd{v} (@code{rmail-mime}) command toggles the display of a
1170displaying the current MIME message. By default, it displays plain text 1196MIME message between the raw mode and the default mode. In the raw
1171and multipart messages, and offers buttons to save attachments. 1197mode, the undecoded MIME data is displayed. With a prefix argument,
1198it toggles the display of only an entity at point.
1199
1200 But, if the variable @code{rmail-enable-mime} is @code{nil}, the
1201command creates a temporary buffer displaying the current MIME
1202message. By default, it displays plain text and multipart messages,
1203and offers buttons to save attachments.
1204@end table
1172 1205
1173@node Rmail Coding 1206@node Rmail Coding
1174@section Rmail and Coding Systems 1207@section Rmail and Coding Systems