Gnus development mailing list
 help / color / mirror / Atom feed
From: David Engster <deng@randomsample.de>
To: ding@gnus.org
Subject: Re: nnmairix problem after nnmaildir -> nnimap switch
Date: Sat, 09 May 2009 12:26:12 +0200	[thread overview]
Message-ID: <87eiuymv23.fsf@engster.org> (raw)
In-Reply-To: <87d4ajefs1.fsf@stats.ox.ac.uk> (Dan Davison's message of "Fri, 08 May 2009 12:11:10 -0400")

Dan Davison <davison@stats.ox.ac.uk> writes:
> David Engster <deng@randomsample.de> writes:
>> To get rid of an existing nnmairix server, you just have to delete *all*
>> existing nnmairix groups and restart Gnus. 
>
> Thanks David. That worked, and I was making progress, but I've now hit a
> similar problem. For reasons I won't attempt to justify I now have two
> nnmairix servers configured

Actually, I'm pretty happy that someone is using more than one
server. That feature required quite some coding...

>  and I want to get rid of them and make a clean start. So my server
> buffer looks like
>
>      {nnfolder:archive} (opened)
>      {nnmairix:general} (opened)
>      {nnmairix:gen} (opened)
>      {nnimap:dc} (opened)
>
> No mairix groups appear in the group buffer as they are empty.  What
> exactly do I have to do to make these nnmairix servers go away? I can
> force mairix groups to appear by subscribing to them with
> gnus-server-read-server followed by
> gnus-browse-unsubscribe-current-group, and then I can kill them. But
> the two nnmairix servers persist after restarting gnus (whether or not
> I use gnus-server-close-server to close the servers before restarting
> gnus).

Well, there must still be nnmairix groups lying around. You can see the
name of the groups of the nnmairix server in the minibuffer be
evaluating

(nnmairix-get-groups-from-server "general")

and

(nnmairix-get-groups-from-server "gen")

Remember to hit "L" in the group buffer to see all groups. If you really
don't see those groups, try evaluating

(progn
 (switch-to-buffer gnus-group-buffer)
 (gnus-group-jump-to-group "nnmairix+general:GROUPNAME"))

and it should jump to the group GROUPNAME, so that you can kill it.

Regards,
David



      reply	other threads:[~2009-05-09 10:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04 21:19 Dan Davison
2009-05-04 21:35 ` David Engster
2009-05-08 16:11   ` Dan Davison
2009-05-09 10:26     ` David Engster [this message]

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=87eiuymv23.fsf@engster.org \
    --to=deng@randomsample.de \
    --cc=ding@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).