Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: semi-gnus-ja@meadowy.org
Subject: Bug in topic
Date: Wed, 24 Sep 2003 14:14:40 +0900	[thread overview]
Message-ID: <b9yisnilqdb.fsf@jpl.org> (raw)

Hi,

Someone reported in the Semi-gnus list that setting the
`gnus-topic-display-empty-topics' variable to nil is quite
dangerous.

Assume that there are two topics.  One is named "keep", the
other is for spam articles named "junk", and the topic parameter
for the "junk" topic contains `(total-expire . t)'.  The groups
will be displayed in the Group buffer as follows when a user
types the `L' key:

[ Gnus -- 5 ]
  [ keep -- 5 ]
         5: nnml:foo
  [ junk -- 0 ]
         0: nnml:spam

However, the "junk" topic is not displayed in the Group buffer
normally since `gnus-topic-display-empty-topics' is nil and there
is no unread article.  Then, if a user types `j nnml:spam RET',
the "spam" group will appear in the Group buffer as follows:

[ Gnus -- 5 ]
  [ keep -- 5 ]
  [ junk -- 0 ]
         0: nnml:spam
         5: nnml:foo

The reason why it is dangerous is that the articles contained in
the nnml:foo group will be expired immediately after reading
them.  Persons well informed in gnus-topic.el can solve this
problem easily, can't you? ;-)
-- 
Katsumi Yamaoka <yamaoka@jpl.org>


             reply	other threads:[~2003-09-24  5:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-24  5:14 Katsumi Yamaoka [this message]
2003-09-29  2:27 ` 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=b9yisnilqdb.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=semi-gnus-ja@meadowy.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).