From: Lars Magne Ingebrigtsen Date: Fri, 17 Aug 2001 18:48:27 +0000 (+0000) Subject: (Group Parameters): Addition. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=9bd90eca43998b8916d191b708470f4a0b0102bb;p=gnus (Group Parameters): Addition. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 9342d0b92..bb7620f30 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,6 +1,7 @@ 2001-08-17 14:24:14 Lars Magne Ingebrigtsen * gnus.texi (Group Parameters): Document regexp substitution. + (Group Parameters): Addition. 2001-08-11 23:00:00 ShengHuo ZHU From Nevin Kapur diff --git a/texi/gnus.texi b/texi/gnus.texi index 9966e14a2..544621fac 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2702,8 +2702,34 @@ Display all articles, both read and unread. @item default Display the default visible articles, which normally includes unread and ticked articles. + +@item an array +Display articles that satisfy a predicate. + +Here are some examples: + +@table @code +@item [unread] +Display only unread articles. + +@item [not expire] +Display everything except expirable articles. + +@item [and (not reply) (not expirable)] +Display everything except expirable and articles you've already +responded to. @end table +The available operators are @code{not}, @code{and} and @code{or}. +Predicates include @code{tick}, @code{unsend}, @code{undownload}, +@code{unread}, @code{read}, @code{dormant}, @code{}, @code{}, @code{}, +@code{expire}, @code{reply}, @code{killed}, @code{bookmark}, +@code{score}, @code{save}, @code{cache}, @code{forward}, and +@code{recent}. + +@end table + + @item comment Elements that look like @code{(comment . "This is a comment")} are arbitrary comments on the group. They are currently ignored by