From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53986 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap problem with current cvs Date: Thu, 18 Sep 2003 01:32:20 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87fzivxfkd.fsf@amalthea.paradoxical.net> <87n0d3gi50.fsf@amalthea.paradoxical.net> <878yonghp0.fsf@amalthea.paradoxical.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063841565 29816 80.91.224.253 (17 Sep 2003 23:32:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 23:32:45 +0000 (UTC) Original-X-From: ding-owner+M2526@lists.math.uh.edu Thu Sep 18 01:32:43 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zlmt-0007F8-00 for ; Thu, 18 Sep 2003 01:32:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19zlmj-0002xa-00; Wed, 17 Sep 2003 18:32:33 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 19zlmc-0002xU-00 for ding@lists.math.uh.edu; Wed, 17 Sep 2003 18:32:26 -0500 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 8B8363A0058 for ; Wed, 17 Sep 2003 18:32:24 -0500 (CDT) Original-Received: from latte.josefsson.org (h96n1c1o299.bredband.skanova.com [217.208.172.96]) (authenticated bits=0) by yxa.extundo.com (8.12.9/8.12.9) with ESMTP id h8HNWKdk027490 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Thu, 18 Sep 2003 01:32:21 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030917:ding@gnus.org:0fada29d8b9bb8a4 X-Hashcash: 0:030917:ding@gnus.org:0fada29d8b9bb8a4 In-Reply-To: <878yonghp0.fsf@amalthea.paradoxical.net> (Josh Huber's message of "Wed, 17 Sep 2003 18:42:51 -0400") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53986 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53986 Josh Huber writes: > (setq gnus-secondary-select-methods > '( > ;; private domain.net IMAP server > (nnimap "hostname" > (nnimap-server-address "hostname.domain.net") > (nnimap-stream starttls)) > ;; public IMAP server @ CMU with a bunch of archived lists > (nnimap "cmu" > (nnimap-authenticator anonymous) > (nnimap-list-pattern "archive.*") > (nnimap-stream network) > (nnimap-server-address "cyrus.andrew.cmu.edu")))) > > ;; sent-mail archiving > (setq gnus-message-archive-method > '(nnimap "hostname")) Aw, this looks wrong. Use "nnimap:hostname" or (car gnus-secondary-select-methods) for gnus-message-archive-method. The methods must match or else Gnus will open another connection. I hope this was it. You may want to check that your sent-mail group contains the proper server definition in G e before restarting though.