Guilherme Gondim <[email protected]> writes: > When I run gnus-group-list-active (A A key binding), I can't see the > list of unsubscribed newsgroups from *gmane* anymore.
I'm unable to reproduce this -- `A A' lists all the groups from all the servers for me, I think. > I think it stopped working after my change in gnus-select-method: > > diff -r 3ea9e6805e15 -r 9a22550546f1 gnus-init.el > --- a/gnus-init.el Mon Mar 07 04:36:25 2011 +0100 > +++ b/gnus-init.el Mon Mar 07 17:29:37 2011 +0100 > @@ -21,14 +21,10 @@ > > +(setq gnus-select-method > + (list 'nnmbox (system-name))) > > -(setq gnus-select-method > +(add-to-list 'gnus-secondary-select-methods > '(nnimap "taurinus" > > (I just added a nnmbox as primary select method and put my nnimap as > secondary. I didn't touch in the gmane configuration.) > > Could someone help me solve that? And if it was because of that change, > could someone explain me why it happens? What was your old `gnus-select-method'? -- (domestic pets only, the antidote for overdose, milk.) [email protected] * Lars Magne Ingebrigtsen _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
