From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55156 Path: main.gmane.org!not-for-mail From: Chris Shenton Newsgroups: gmane.emacs.gnus.general Subject: nnimap:$server unavailable... Go offline? Date: Tue, 09 Dec 2003 12:01:50 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: <867k16x6v5.fsf@PECTOPAH.shenton.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1070989340 21220 80.91.224.253 (9 Dec 2003 17:02:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2003 17:02:20 +0000 (UTC) Original-X-From: ding-owner+M3696@lists.math.uh.edu Tue Dec 09 18:02:13 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 1ATlFU-0005t7-00 for ; Tue, 09 Dec 2003 18:02:12 +0100 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 1ATlFF-00015E-00; Tue, 09 Dec 2003 11:01:57 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ATlFB-000159-00 for ding@lists.math.uh.edu; Tue, 09 Dec 2003 11:01:53 -0600 Original-Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by justine.libertine.org (Postfix) with SMTP id 37C4D3A0033 for ; Tue, 9 Dec 2003 11:01:52 -0600 (CST) Original-Received: (qmail 21632 invoked by uid 1001); 9 Dec 2003 17:01:50 -0000 Original-To: ding@gnus.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55156 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55156 gnus-version's value is "Gnus v5.10.3" I have an nnimap server, connect to it (with starttls), read mail for a while, then ignore it a while. When I return, and do a "g" to check mail (or go into a group to check headers, or...) Gnus reports Unable to open nnimap:myservername, go offline? I see this is done in gnus-int.el: gnus-open-server, but don't understand why it's happening. Does it indicate that my IMAP server has torn down the connection , but Gnus doesn't automatically reconnect? If I say "y", then Quit Gnus, then restart Gnus, it authenticates again and all is well. If I say "n", I don't know what state this is supposed to put me in, but at times it's seemd unusable: I'm not Offline, but neither am I Online; I can't exit *Summary* buffers cuz it can't write updates to the server, I can't quit Gnus because I've got unsaved *Summary*s. I'm in Limbo. If my server (courier-imap-2.2.1, running without authdaemon stuff) is tearing down the connection too early (maybe it thinks Gnus is idle?) perhaps I can increase the timeout. If I should be using IMAP from Gnus in some other way (an Agent, whatever that is), I'd appreciate a pointer. Here's how I'm using it, splitting logic removed. Thanks. (setq gnus-secondary-select-methods '( (nnml "") (nnimap "pectopah" ;use ~/.authinfo for user/passwd (nnimap-address "pectopah.shenton.org") ) ) )