comparison doc/emacs/rmail.texi @ 102401:5c428a8f05ab

(Rmail Motion): Mention rmail-next-same-subject. (Rmail Display): Mention rmail-mime.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Mar 2009 03:40:00 +0000
parents 157bdf35840d
children 6afe784c0226
comparison
equal deleted inserted replaced
102400:934376007cef 102401:5c428a8f05ab
151 Move to the next message, including deleted messages 151 Move to the next message, including deleted messages
152 (@code{rmail-next-message}). 152 (@code{rmail-next-message}).
153 @item M-p 153 @item M-p
154 Move to the previous message, including deleted messages 154 Move to the previous message, including deleted messages
155 (@code{rmail-previous-message}). 155 (@code{rmail-previous-message}).
156 @item C-c C-n
157 Move to the next message with the same subject as the current one
158 (@code{rmail-next-same-subject}).
159 @item C-c C-p
160 Move to the previous message with the same subject as the current one
161 (@code{rmail-previous-same-subject}).
156 @item j 162 @item j
157 Move to the first message. With argument @var{n}, move to 163 Move to the first message. With argument @var{n}, move to
158 message number @var{n} (@code{rmail-show-message}). 164 message number @var{n} (@code{rmail-show-message}).
159 @item > 165 @item >
160 Move to the last message (@code{rmail-last-message}). 166 Move to the last message (@code{rmail-last-message}).
207 negative argument. In Rmail you can do this with @kbd{- M-s}. This 213 negative argument. In Rmail you can do this with @kbd{- M-s}. This
208 begins searching from the end of the previous message. 214 begins searching from the end of the previous message.
209 215
210 It is also possible to search for a message based on labels. 216 It is also possible to search for a message based on labels.
211 @xref{Rmail Labels}. 217 @xref{Rmail Labels}.
218
219 @kindex C-c C-n @r{(Rmail)}
220 @kindex C-c C-p @r{(Rmail)}
221 @findex rmail-next-same-subject
222 @findex rmail-previous-same-subject
223 The @kbd{C-c C-n} (@code{rmail-next-same-subject}) command moves to
224 the next message with the same subject as the current one. A prefix
225 argument serves as a repeat count. With a negative argument, this
226 command moves backward, acting like @kbd{C-c C-p}
227 (@code{rmail-previous-same-subject}). When comparaing subjects, these
228 commands ignore the typical prefixes added to the subjects of replies.
212 229
213 @kindex j @r{(Rmail)} 230 @kindex j @r{(Rmail)}
214 @kindex > @r{(Rmail)} 231 @kindex > @r{(Rmail)}
215 @kindex < @r{(Rmail)} 232 @kindex < @r{(Rmail)}
216 @findex rmail-show-message 233 @findex rmail-show-message
1133 @noindent 1150 @noindent
1134 Then you can browse these URLs by clicking on them with @kbd{Mouse-2} 1151 Then you can browse these URLs by clicking on them with @kbd{Mouse-2}
1135 (or @kbd{Mouse-1} quickly) or by moving to one and typing @kbd{C-c 1152 (or @kbd{Mouse-1} quickly) or by moving to one and typing @kbd{C-c
1136 @key{RET}}. @xref{Goto Address mode, Activating URLs, Activating URLs}. 1153 @key{RET}}. @xref{Goto Address mode, Activating URLs, Activating URLs}.
1137 1154
1155 @cindex MIME messages (Rmail)
1156 @findex rmail-mime
1157 @kindex v @r{(Rmail)}
1158 The @kbd{v} (@code{rmail-mime}) command creates a temporary buffer
1159 displaying the current MIME message. By default, it displays plain text
1160 and multipart messages, and offers buttons to save attachments.
1161
1138 @node Rmail Coding 1162 @node Rmail Coding
1139 @section Rmail and Coding Systems 1163 @section Rmail and Coding Systems
1140 1164
1141 @cindex decoding mail messages (Rmail) 1165 @cindex decoding mail messages (Rmail)
1142 Rmail automatically decodes messages which contain non-@acronym{ASCII} 1166 Rmail automatically decodes messages which contain non-@acronym{ASCII}