# HG changeset patch # User Eli Zaretskii # Date 987930577 0 # Node ID bc508b45796a20fef4b218cf9852d5ed4eacf3af # Parent 4403ac6b58a31aeb201d2a9cb8ad868a1b959a38 (Rmail make Summary): Document and index rmail-summary-by-regexp. Reported by Bill Richter. diff -r 4403ac6b58a3 -r bc508b45796a man/rmail.texi --- 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.