Gnus development mailing list
 help / color / mirror / Atom feed
* group parameter : display
@ 2011-09-05  6:07 Julien Cubizolles
  2011-09-05 12:45 ` Dave Goldberg
  2011-09-10 20:01 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Julien Cubizolles @ 2011-09-05  6:07 UTC (permalink / raw)
  To: ding

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.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-10 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-05  6:07 group parameter : display Julien Cubizolles
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

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).