From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47642 Path: main.gmane.org!not-for-mail From: Drew Raines Newsgroups: gmane.emacs.gnus.general Subject: nnmaildir forgetting method Date: Tue, 12 Nov 2002 18:07:00 -0600 Organization: [...] Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: drew-dated-1037577749.3b065d@poured.net NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037146367 25893 80.91.224.249 (13 Nov 2002 00:12:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 00:12:47 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Bl9C-0006jS-00 for ; Wed, 13 Nov 2002 01:12:46 +0100 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 18Bl8i-0005x0-00; Tue, 12 Nov 2002 18:12:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Nov 2002 18:13: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 SAA06850 for ; Tue, 12 Nov 2002 18:12:46 -0600 (CST) Original-Received: (qmail 10421 invoked by alias); 13 Nov 2002 00:11:52 -0000 Original-Received: (qmail 10407 invoked from network); 13 Nov 2002 00:11:50 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 13 Nov 2002 00:11:49 -0000 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18Bl6Z-0006Z3-00 for ; Wed, 13 Nov 2002 01:10:03 +0100 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18Bl1P-0006J7-00 for ; Wed, 13 Nov 2002 01:04:43 +0100 Original-Path: not-for-mail Original-Lines: 24 Original-NNTP-Posting-Host: williams.mc.vanderbilt.edu Original-X-Trace: main.gmane.org 1037145883 23396 160.129.208.222 (13 Nov 2002 00:04:43 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Wed, 13 Nov 2002 00:04:43 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, sparc-sun-solaris2.7) Cancel-Lock: sha1:oVYrU73We0401mBeRSgPe1lxtUM= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47642 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47642 I'm using Oort Gnus from last week's CVS. Whenever I restart Gnus, every group I've subscribed to with nnmaildir has lost its message history, and an asterisk is displayed. If I try to enter one of them from the group buffer, I see ``Trying to require a method that doesn't exist.'' I can subscribe to them fine from the server buffer, and read them shortly after, but Gnus seems to randomly forget about them once I've gone around doing other things. Here's what I have in .gnus: (setq gnus-secondary-select-methods '((nnmaildir "sundries" (directory "~/mail-groups") (create-directory "../maildirs") (directory-files nnheader-directory-files-safe) (get-new-mail nil)) (nntp "news.vanderbilt.edu") (nntp "news.gmane.org"))) What am I doing wrong? I can't really think of a better way to describe the problem. The above error message is the only reproducible problem I've seen. -Drew