From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40688 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: imap folder for outgoing messages Date: Tue, 04 Dec 2001 13:22:28 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176200 2278 80.91.224.250 (21 Oct 2002 04:56:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:56:40 +0000 (UTC) Return-Path: Original-Received: (qmail 4485 invoked from network); 4 Dec 2001 12:23:18 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 4 Dec 2001 12:23:18 -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 16BEaW-0005Mh-00; Tue, 04 Dec 2001 06:22:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 04 Dec 2001 06:22:02 -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 GAA28337 for ; Tue, 4 Dec 2001 06:21:51 -0600 (CST) Original-Received: (qmail 4455 invoked by alias); 4 Dec 2001 12:21:55 -0000 Original-Received: (qmail 4450 invoked from network); 4 Dec 2001 12:21:55 -0000 Original-Received: from krynn.axis.se (193.13.178.10) by gnus.org with SMTP; 4 Dec 2001 12:21:55 -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 fB4CLQCJ027129 for ; Tue, 4 Dec 2001 13:21:27 +0100 Original-To: ding@gnus.org Original-Lines: 35 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:40688 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40688 I store my outgoing messages in an imap folder. The problem is that not all messages will be stored there. When sending a message, gnus tries to open the imap server (only for the copy, I send messages using SMTP) and sometimes* fails. My *message* buffer says: Sending... Sending via mail... Opening nnimap server on nil... imap: Connecting to ...failed Opening nnimap server on nil...failed My server buffer tells me I have three nnimap servers: {nnfolder:archive} (opened) {nnimap:nil} (denied) {nnimap:} (denied) {nndraft:} (opened) {nndoc:gnus-help} (opened) {nnimap:imap.axis.com} (opened) where I of course would prefer to use the last one to save outgoing copies. My mail-user-agent is gnus-user-agent if that matters. There is something weird going on here, but I can't figure out how to get to the bottom of the problem. Any ideas? Niklas *I tried to find a situation that always fails, but have not yet succeeded (I'm guessing that parameters could be time of inactivity, sending as a reply or a newly composed message, etc...).