Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: (display . [not expire]) and (gnus-show-threads nil)
Date: Sun, 16 May 2004 14:02:51 +0200	[thread overview]
Message-ID: <m3hdugk2ac.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <873c6pw7tj.fsf@uwo.ca>

Dan Christensen <jdc@uwo.ca> writes:

> In my spam group, I want to hide expirable articles, so I set
> (display. [not expire]) in my group parameters.  This works find with
> a threaded display.  But I want to sort the articles, not the threads,
> by spamminess, so I set (gnus-show-threads nil).  But when I do the
> latter, I see the expirable articles now.  Any idea what's going on?

It's a bug, I guess.  The same thing happens with dormant articles --
they're only dormant if they're in a threaded display.

Let's see...

	;; When unthreaded, all articles are always shown.
	(setq gnus-newsgroup-limit
	      (mapcar
	       (lambda (header) (mail-header-number header))
	       gnus-newsgroup-headers)))

Ah.  So it's meant to be that way.  :-)

Anybody object to changing the code so that unthreaded display hides
dormants and respects `display'?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




  reply	other threads:[~2004-05-16 12:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-27 19:15 Dan Christensen
2004-05-16 12:02 ` Lars Magne Ingebrigtsen [this message]
2004-07-06 14:52   ` Dan Christensen
2004-07-06 23:12     ` Katsumi Yamaoka
2004-07-07  2:19       ` Dan Christensen
2004-07-07  2:36         ` Katsumi Yamaoka

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=m3hdugk2ac.fsf@quimbies.gnus.org \
    --to=larsi@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).