Mercurial > emacs
changeset 37417:bc508b45796a
(Rmail make Summary): Document and index rmail-summary-by-regexp.
Reported by Bill Richter.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 22 Apr 2001 09:09:37 +0000 |
parents | 4403ac6b58a3 |
children | 1c8b0cb32917 |
files | man/rmail.texi |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/rmail.texi Sun Apr 22 08:35:45 2001 +0000 +++ b/man/rmail.texi Sun Apr 22 09:09:37 2001 +0000 @@ -792,6 +792,10 @@ @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 @@ 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.