From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29359 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:02:16 +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 1035166044 2325 80.91.224.250 (21 Oct 2002 02:07:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:07:24 +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 C6BAED051E for ; Fri, 3 Mar 2000 10:07:32 -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 JAC04342; Fri, 3 Mar 2000 09:03:33 -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 09:02:31 -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 JAA29294 for ; Fri, 3 Mar 2000 09:02:20 -0600 (CST) Original-Received: from viffer.metis.no (viffer.oslo.metis.no [195.0.254.249]) by mailhost.sclp.com (Postfix) with ESMTP id A6DBDD051E for ; Fri, 3 Mar 2000 10:02:20 -0500 (EST) Original-Received: (from sb@localhost) by viffer.metis.no (8.9.3/8.9.3) id QAA23737; Fri, 3 Mar 2000 16:02:16 +0100 Original-To: ding@gnus.org In-Reply-To: Steinar Bang's message of "03 Mar 2000 14:46:38 +0100" Original-Lines: 33 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29359 >>>>> Steinar Bang : > 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: > {nnfolder:archive} (closed) > {nnimap:imap.metis.no} (closed) This server is editable, and the content is: (nnimap "tyr.metis.no" (nnimap-list-pattern ("INBOX" ("imap/" . "*")))) (this is the one I created in the server buffer and then edited) > {nndraft:} (opened) > {nnimap:imap.metis.no+nnimap+imap.metis.no:imap/metis.3x} (opened) > {nnfolder:} (opened) > {nnimap:imap.metis.no+nnimap+imap.metis.no:imap/metis.sysadm} (opened) > {nnimap:imap.metis.no} (opened) This one isn't editable. Is this a clue to something? > {nnml:} (opened) > {nntp:news.eunet.no} (opened) My setup cooks down to these two lines in ~/.gnus: (setq gnus-secondary-select-methods '((nnml "") (nnimap "tyr.metis.no"))) (setq gnus-permanently-visible-groups "^\\(nnml:\\|nnimap\\).*")