diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-04-22 09:09:37 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-04-22 09:09:37 +0000 |
commit | a99d2d64aac28bda00817e049c90d5a13d4e50ac (patch) | |
tree | 3c9d16cf8dc5e772d5369933b34f7126558e9737 /man/rmail.texi | |
parent | ac1470eb0374ea44fee73cc35b6919b8a8ad5725 (diff) | |
download | emacs-a99d2d64aac28bda00817e049c90d5a13d4e50ac.tar.gz |
(Rmail make Summary): Document and index rmail-summary-by-regexp.
Reported by Bill Richter.
Diffstat (limited to 'man/rmail.texi')
-rw-r--r-- | man/rmail.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/rmail.texi b/man/rmail.texi index 1c3c264cf35..06ae5e05200 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -792,6 +792,10 @@ Summarize messages that have one or more of the specified recipients @item C-M-t @var{topic} @key{RET} Summarize messages that have a match for the specified regexp @var{topic} in their subjects (@code{rmail-summary-by-topic}). +@item C-M-s @var{regexp} +Summarize messages whose headers and the subject line match the +specified regular expression @var{regexp} +(@code{rmail-summary-by-regexp}). @end table @kindex h @r{(Rmail)} @@ -821,6 +825,13 @@ addresses separated by commas.@refill makes a partial summary mentioning only the messages whose subjects have a match for the regular expression @var{topic}. +@kindex C-M-s @r{(Rmail)} +@findex rmail-summary-by-regexp + @kbd{C-M-s @var{rgexp} @key{RET}} (@code{rmail-summary-by-regexp}) +makes a partial summary which mentions only the messages whose headers +(including the date and the subject lines) match the regular +expression @var{regexp}. + Note that there is only one summary buffer for any Rmail file; making one kind of summary discards any previously made summary. |