From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30819 Path: main.gmane.org!not-for-mail From: Justin Sheehy Newsgroups: gmane.emacs.gnus.general Subject: Re: agent/imap Date: 10 May 2000 17:53:21 -0400 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=us-ascii X-Trace: main.gmane.org 1035167301 10479 80.91.224.250 (21 Oct 2002 02:28:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:28:21 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id BDB26D0520 for ; Wed, 10 May 2000 17:54:22 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB30544; Wed, 10 May 2000 16:54:20 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 10 May 2000 16:53:14 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id QAA09358 for ; Wed, 10 May 2000 16:53:03 -0500 (CDT) Original-Received: from amber.ccs.neu.edu (amber.ccs.neu.edu [129.10.116.51]) by mailhost.sclp.com (Postfix) with ESMTP id 36688D051F for ; Wed, 10 May 2000 17:53:23 -0400 (EDT) Original-Received: from camelot-new.ccs.neu.edu (dworkin@camelot-new.ccs.neu.edu [129.10.116.81]) by amber.ccs.neu.edu (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id e4ALrML19786 for ; Wed, 10 May 2000 17:53:22 -0400 (EDT) Original-Received: (from dworkin@localhost) by camelot-new.ccs.neu.edu (8.10.0.Beta10/8.10.0.Beta10) id e4ALrL023626; Wed, 10 May 2000 17:53:21 -0400 (EDT) Original-To: ding@gnus.org In-Reply-To: Justin Sheehy's message of "09 May 2000 14:58:06 -0400" Original-Lines: 41 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30819 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30819 So, I tried running with nnimap as a secondary select method, with a dummy nnml server as primary. This solved half of the problem. Groups no longer start out with a '*'. I can immediately see group counts without having to M-g them, etc. However, it still does not work with agent. I added the nnimap server to the agent, did a 'J s' and a 'J j', which seemed to work fine. I started up Gnus unplugged, and it all looked good. I could see article counts next to the groups, at least. But when I try to select a group: Signaling: (error "Couldn't request group nnimap+imap.akamai.com:.imap/inbox: Invalid group (no such directory)") signal(error ("Couldn't request group nnimap+imap.akamai.com:.imap/inbox: Invalid group (no such directory)")) cerror("Couldn't request group %s: %s" "nnimap+imap.akamai.com:.imap/inbox" "Invalid group (no such directory)") apply(cerror ("Couldn't request group %s: %s" "nnimap+imap.akamai.com:.imap/inbox" "Invalid group (no such directory)")) error("Couldn't request group %s: %s" "nnimap+imap.akamai.com:.imap/inbox" "Invalid group (no such directory)") gnus-select-newsgroup("nnimap+imap.akamai.com:.imap/inbox" nil nil) gnus-summary-read-group-1("nnimap+imap.akamai.com:.imap/inbox" nil t nil nil nil) gnus-summary-read-group("nnimap+imap.akamai.com:.imap/inbox" nil t nil nil nil nil) gnus-group-read-group(nil t) gnus-group-select-group(nil) gnus-topic-select-group(nil) call-interactively(gnus-topic-select-group) So which directory doesn't exist? $ ls /home/justin/News/agent/nnimap/imap.akamai.com/.imap/inbox 10 127 131 142 175 18 193 21 28 31 38 45 6 7 88 94 102 128 134 148 176 180 195 25 29 32 41 47 66 74 90 118 129 138 15 177 19 199 26 3 33 43 50 67 75 92 125 130 14 16 178 191 20 27 30 34 44 55 68 86 93 This also raises a question: what about nnimap is different such that it doesn't work as gnus-select-method? -Justin