(Limiting): Document / b.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 19:55:43 +0000 (19:55 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Apr 2006 19:55:43 +0000 (19:55 +0000)
texi/ChangeLog
texi/gnus.texi

index cf4966e..8d2d684 100644 (file)
@@ -1,6 +1,7 @@
 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Searching for Articles): Document M-S and M-R. 
+       (Limiting): Document / b.
 
 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 447295d..5be0f1b 100644 (file)
@@ -6520,6 +6520,14 @@ if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
 Insert all old articles in the summary buffer.  If given a numbered
 prefix, fetch this number of articles.
 
+@item / b
+@kindex / b (Summary)
+@findex gnus-summary-limit-to-bodies
+Limit the summary buffer to articles that have bodies that match a
+certain regexp (@code{gnus-summary-limit-to-bodies}).  If given a
+prefix, reverse the limit.  This command is quite slow since it
+requires selecting each article to find the matches.
+
 @end table