Gnus development mailing list
 help / color / mirror / Atom feed
* Can't ask Gnus to check for all unknown groups
@ 1998-08-06 18:22 Hallvard B Furuseth
  1998-08-06 22:59 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Hallvard B Furuseth @ 1998-08-06 18:22 UTC (permalink / 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


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

end of thread, other threads:[~1998-08-11  9:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-08-06 18:22 Can't ask Gnus to check for all unknown groups Hallvard B Furuseth
1998-08-06 22:59 ` Lars Magne Ingebrigtsen
1998-08-10 18:33   ` Hallvard B Furuseth
1998-08-11  9:44     ` 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).