aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/rmail.texi11
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
792@item C-M-t @var{topic} @key{RET} 792@item C-M-t @var{topic} @key{RET}
793Summarize messages that have a match for the specified regexp 793Summarize messages that have a match for the specified regexp
794@var{topic} in their subjects (@code{rmail-summary-by-topic}). 794@var{topic} in their subjects (@code{rmail-summary-by-topic}).
795@item C-M-s @var{regexp}
796Summarize messages whose headers and the subject line match the
797specified regular expression @var{regexp}
798(@code{rmail-summary-by-regexp}).
795@end table 799@end table
796 800
797@kindex h @r{(Rmail)} 801@kindex h @r{(Rmail)}
@@ -821,6 +825,13 @@ addresses separated by commas.@refill
821makes a partial summary mentioning only the messages whose subjects have 825makes a partial summary mentioning only the messages whose subjects have
822a match for the regular expression @var{topic}. 826a match for the regular expression @var{topic}.
823 827
828@kindex C-M-s @r{(Rmail)}
829@findex rmail-summary-by-regexp
830 @kbd{C-M-s @var{rgexp} @key{RET}} (@code{rmail-summary-by-regexp})
831makes a partial summary which mentions only the messages whose headers
832(including the date and the subject lines) match the regular
833expression @var{regexp}.
834
824 Note that there is only one summary buffer for any Rmail file; making one 835 Note that there is only one summary buffer for any Rmail file; making one
825kind of summary discards any previously made summary. 836kind of summary discards any previously made summary.
826 837