Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: ding@gnus.org
Subject: group parameter : display
Date: Mon, 05 Sep 2011 08:07:04 +0200	[thread overview]
Message-ID: <87r53vy12v.fsf@free.fr> (raw)

I have two questions about the "display" group parameter.

From info: 

,----
| display
| Elements that look like (display . MODE) say which articles to display on entering the group. Valid values are:
| all
| Display all articles, both read and unread.
| an integer
| Display the last integer articles in the group. This is the same as entering the group with C-u integer.
| default
| Display the default visible articles, which normally includes unread and ticked articles.
| an array
| Display articles that satisfy a predicate.
| Here are some examples:
| 
| [unread]
| Display only unread articles.
| [not expire]
| Display everything except expirable articles.
| [and (not reply) (not expire)]
| Display everything except expirable and articles you've already responded to.
| The available operators are not, and and or. Predicates include tick, unsend, undownload, unread, dormant, expire, reply, killed, bookmark, score, save, cache, forward, unseen and recent.
`----


 * What articles does the "recent" predicate match ?

 * I can't get the "array" mode to work. When I set it to 
,----
| (display . [and (tick) (dormant) (recent)])
`----

or even 

,----
|  (display . [and (tick) (dormant)]) 
`----

gnus asks for the number of articles to display upon entering.

Julien.




             reply	other threads:[~2011-09-05  6:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-05  6:07 Julien Cubizolles [this message]
2011-09-05 12:45 ` Dave Goldberg
2011-09-05 14:24   ` Julien Cubizolles
2011-09-05 22:04     ` Dave Goldberg
2011-09-10 20:01 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r53vy12v.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).