Gnus development mailing list
 help / color / mirror / Atom feed
From: Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
Subject: Can't ask Gnus to check for all unknown groups
Date: 06 Aug 1998 20:22:13 +0200	[thread overview]
Message-ID: <HBF.980806qb6r@bombur2.uio.no> (raw)

If you edit .newsrc.eld (and .newsrc if you have got one) and remove a
group, `gnus-group-find-new-groups' won't reinsert it if you have
	gnus-check-new-newsgroups = 'ask-server
	gnus-read-active-file     = 'some
That can happen if you tidy up .newsrc.eld "by hand" without considering
your gnus setup too closely.

So I suggest that `gnus-group-find-new-groups' gets a prefix arg which
causes it to in effect do
	(let ((gnus-check-new-newsgroups t)
              (gnus-read-active-file     t))
	  ...)
if gnus-save-killed-list is non-nil.

(If it did this for gnus-save-killed-list = nil, all the killed groups
would be reinserted in .newsrc.eld, which seems like a good way to start
a "chop up Lars with an axe"-competition.  Though of course
gnus-save-killed-list = nil could instead cause the new groups to be
listed in a *Killed Groups* buffer or something, from which the user
could pick his groups.  Or maybe something like that exists already?)

-- 
Hallvard


             reply	other threads:[~1998-08-06 18:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-06 18:22 Hallvard B Furuseth [this message]
1998-08-06 22:59 ` Lars Magne Ingebrigtsen
1998-08-10 18:33   ` Hallvard B Furuseth
1998-08-11  9:44     ` 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=HBF.980806qb6r@bombur2.uio.no \
    --to=h.b.furuseth@usit.uio.no \
    /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).