Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to display all non-expirable articles
@ 2005-09-05 22:09 Pelle Nilsson
  2005-09-05 23:40 ` Peter Cooper Jr.
  0 siblings, 1 reply; 3+ messages in thread
From: Pelle Nilsson @ 2005-09-05 22:09 UTC (permalink / raw)


Hi!

Is there a way to display all articles (including read ones) except
expirable ones?

/Pelle


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

* Re: How to display all non-expirable articles
  2005-09-05 22:09 How to display all non-expirable articles Pelle Nilsson
@ 2005-09-05 23:40 ` Peter Cooper Jr.
  2005-09-06  6:04   ` Pelle Nilsson
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Cooper Jr. @ 2005-09-05 23:40 UTC (permalink / raw)


Pelle Nilsson <pellenilsson@fastmail.fm> writes:
> Is there a way to display all articles (including read ones) except
> expirable ones?

Well, you can display the old ones with "/ o", and then remove the
expirable ones with "C-u / m E" to remove all articles with mark E.

The slash limiting commands let you limit based on just about anything
I think, if you can figure out which one you want.

If you want to do it automatically on entering the group, you could
put them in a group-specific hook or something, probably.

-- 
Peter C.


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

* Re: How to display all non-expirable articles
  2005-09-05 23:40 ` Peter Cooper Jr.
@ 2005-09-06  6:04   ` Pelle Nilsson
  0 siblings, 0 replies; 3+ messages in thread
From: Pelle Nilsson @ 2005-09-06  6:04 UTC (permalink / raw)


After some testing I came up with this group-customization which works
fine:

((display . all)
 (gnus-summary-prepared-hook '(lambda nil
                                (gnus-summary-limit-to-marks "E" t))))

Thanks for the help!

/Pelle


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

end of thread, other threads:[~2005-09-06  6:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-05 22:09 How to display all non-expirable articles Pelle Nilsson
2005-09-05 23:40 ` Peter Cooper Jr.
2005-09-06  6:04   ` Pelle Nilsson

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