From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30832 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap doesn't work as gnus-select-method? Date: 11 May 2000 18:47:56 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <878zxifp64.fsf@kate.private.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167313 10578 80.91.224.250 (21 Oct 2002 02:28:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:28:33 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 21279D051F for ; Thu, 11 May 2000 12:48:40 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB00945; Thu, 11 May 2000 11:48:32 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 May 2000 11:47:50 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA24609 for ; Thu, 11 May 2000 11:47:39 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id E87D9D051F for ; Thu, 11 May 2000 12:47:59 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e4BGlu601452; Thu, 11 May 2000 18:47:56 +0200 Original-To: Michael Alan Dorman In-Reply-To: Michael Alan Dorman's message of "10 May 2000 10:36:03 -0400" Original-Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30832 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30832 Michael Alan Dorman writes: > Earlier today, I decided that it made sense to make nnimap my > gnus-select-method, since, well, it _is_. So I made the change. > > When I did that, I promptly had all my newsgroups *'d, although on > entering them, everything else seemed to work fine. Did you remove all your "old" nnimap groups (with C-k) and resubscribed to them on the new server? All groups carry information about the gnus server (typically "nnimap:foo") that it belong too, if you removed that server from `gnus-secondary-select-method' Gnus can't know what server to use for that group and simply put "*" on the group. Kill your old groups, remove the nnimap server, stop gnus, add the new server, start gnus and subscribe to your groups again. Does it work?