diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/rmail.texi | 24 |
2 files changed, 29 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 191fe22d4ad..977e8e04459 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-03-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * rmail.texi (Rmail Motion): Mention rmail-next-same-subject. | ||
| 4 | (Rmail Display): Mention rmail-mime. | ||
| 5 | |||
| 1 | 2009-03-04 Glenn Morris <rgm@gnu.org> | 6 | 2009-03-04 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * rmail.texi (Rmail Sorting): Add the keybindings associated with each | 8 | * rmail.texi (Rmail Sorting): Add the keybindings associated with each |
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index d617e4ea0ea..5efa171f01b 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -153,6 +153,12 @@ Move to the next message, including deleted messages | |||
| 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}). |
| @@ -210,6 +216,17 @@ begins searching from the end of the previous message. | |||
| 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}. |
| 212 | 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. | ||
| 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)} |
| @@ -1135,6 +1152,13 @@ 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 | ||