From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29366 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: [Q] multiple nnimap server entries in 5.8.4 Date: 03 Mar 2000 16:20:23 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166049 2351 80.91.224.250 (21 Oct 2002 02:07:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:29 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 3EAABD051E for ; Fri, 3 Mar 2000 14:03:41 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id MAC11662; Fri, 3 Mar 2000 12:59:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Mar 2000 12:59:07 -0600 (CST) 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 MAA01941 for ; Fri, 3 Mar 2000 12:58:55 -0600 (CST) Original-Received: from viffer.metis.no (gran.metis.no [193.90.64.36]) by mailhost.sclp.com (Postfix) with ESMTP id E34BDD051E for ; Fri, 3 Mar 2000 13:57:39 -0500 (EST) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id TAA24426 for ding@gnus.org; Fri, 3 Mar 2000 19:57:22 +0100 X-From-Line: sb@metis.no Fri Mar 3 16:21:23 2000 Original-Received: from localhost (localhost [127.0.0.1]) by viffer.metis.no (8.9.3/8.9.3) with ESMTP id QAA23877 for ; Fri, 3 Mar 2000 16:21:23 +0100 Original-Received: from tyr.metis.no by localhost with IMAP (fetchmail-5.1.0) for sb@localhost (single-drop); Fri, 03 Mar 2000 16:21:23 +0100 (MET) Original-Received: by metis.no (8.9.1/8.9.1) with ESMTP id QAA16848; Fri, 3 Mar 2000 16:20:35 +0100 (MET) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id QAA23870; Fri, 3 Mar 2000 16:20:23 +0100 Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "03 Mar 2000 16:14:33 +0100" User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/20.4 (Emerald) Original-Lines: 29 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29366 >>>>> Simon Josefsson : > Steinar Bang writes: >> So far I have two folders. I get prompted for imap username and >> password, and asked if I would like to store it for this session, 4 >> times on start up, and there are 4 entries for an nnimap server in the >> Server buffer, 3 of which are open and one of which are closed: >> >> {nnimap:imap.metis.no} (closed) >> {nnimap:imap.metis.no+nnimap+imap.metis.no:imap/metis.3x} (opened) >> {nnimap:imap.metis.no+nnimap+imap.metis.no:imap/metis.sysadm} (opened) >> {nnimap:imap.metis.no} (opened) > What's the select method for your "imap/metis.3x" group? (`G e') Ah-ha! It is (nnimap "tyr.metis.no" (nnimap-list-pattern ("INBOX" ("imap/" . "*")))) which is the one I edited when I created a new server in the server buffer. But gnus-secondary-select-methods, is set in this manner: (setq gnus-secondary-select-methods '((nnml "") (nnimap "tyr.metis.no"))) If I change the second entry there, it should fix things, I hope.