From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43345 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Avoiding connection to nnimap server cyrus.andrew.cmu.edu Date: Thu, 28 Feb 2002 16:01:22 +0100 Organization: Denizens of Doom, Norway Chapter Sender: owner-ding@hpc.uh.edu Message-ID: <87it8hfy65.fsf@bang.priv.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178453 17117 80.91.224.250 (21 Oct 2002 05:34:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:34:13 +0000 (UTC) Return-Path: Original-Received: (qmail 6602 invoked from network); 28 Feb 2002 15:02:44 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 28 Feb 2002 15:02:44 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16gS4o-0004rw-00; Thu, 28 Feb 2002 09:02:34 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 28 Feb 2002 09:02:35 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA01003 for ; Thu, 28 Feb 2002 09:02:24 -0600 (CST) Original-Received: (qmail 6596 invoked by alias); 28 Feb 2002 15:02:18 -0000 Original-Received: (qmail 6591 invoked from network); 28 Feb 2002 15:02:18 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 28 Feb 2002 15:02:18 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16gS8c-00081O-00 for ; Thu, 28 Feb 2002 16:06:30 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 19 Original-NNTP-Posting-Host: c96s55h3.upc.chello.no Original-X-Trace: quimby2.netfonds.no 1014908790 30837 213.46.211.96 (28 Feb 2002 15:06:30 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 28 Feb 2002 15:06:30 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-debian-linux-gnu) Cancel-Lock: sha1:BHPZPgzAvqTwyyM9WgYw3UndIro= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43345 I have the IMAP server cyrus.andrew.cmu.edu defined in the following manner: (setq gnus-secondary-select-methods '((nnimap "cyrus.andrew.cmu.edu" (nnimap-authenticator anonymous) (nnimap-list-pattern "archive.*") (nnimap-stream network)) )) All groups on this server are defined to be on level 3. Nevertheless Gnus makes a connection to this server (which may be very slow), when I do an `1 g' or a `2 g'. Is there a way to avoid this connection? Thanx! - Steinar