From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40722 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: imap folder for outgoing messages Date: Wed, 05 Dec 2001 11:13:08 +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=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035176228 2441 80.91.224.250 (21 Oct 2002 04:57:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:57:08 +0000 (UTC) Cc: Simon Josefsson , Return-Path: Original-Received: (qmail 18140 invoked from network); 5 Dec 2001 10:13:11 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Dec 2001 10:13:11 -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 16BZ2w-0003eG-00; Wed, 05 Dec 2001 04:12:58 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 05 Dec 2001 04:12:45 -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 EAA03577 for ; Wed, 5 Dec 2001 04:12:35 -0600 (CST) Original-Received: (qmail 18120 invoked by alias); 5 Dec 2001 10:12:43 -0000 Original-Received: (qmail 18115 invoked from network); 5 Dec 2001 10:12:43 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 5 Dec 2001 10:12:43 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-217.axis.se [10.13.8.217]) by krynn.axis.se (8.12.1/8.12.1/Debian -2) with ESMTP id fB5AC3CJ013859; Wed, 5 Dec 2001 11:12:03 +0100 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 05 Dec 2001 10:29:13 +0100") Original-Lines: 40 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-mingw-nt5.0.2195) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40722 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I just use fully qualified group names in gnus-message-archive-group > and don't bother with setting gnus-message-archive-method at all. Thanks, this seems to do the trick. FWIW, I did manage to reproduce the original problem in a more orderly fashion. Fresh gnus from CVS this morning. When starting gnus the first time, only one nnimap server was present in the server buffer (the proper one). I then typed C-x m and composed an email. The value of the Gcc field when composing the message was Gcc: nnimap:"Sent Items" After sending this first message, one additional nnimap server showed up in the Server buffer: {nnimap:} (denied) and no message got stored in the Sent Items folder after composing and sending a second message. After sending yet another message, a third nnimap server showed up: {nnimap:nil} (denied) The other two nnimap servers are still there. Sending works, but copies are not stored. Kai's solution now makes the Gcc field to be: Gcc: "nnimap+MY.IMAP.SERVER:Sent Items" and everything works as expected. I would still say there is a bug somewhere that causes the creation of these void nnimap servers, but I don't get bitten by it anymore. Niklas