From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27408 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-summary-move-article problem may be a .newsrc.eld problem. Date: 01 Dec 1999 19:39:41 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: <87pux66gx3.fsf@raven.localnet> <81sdup$o82$1@quimby.gnus.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164442 24456 80.91.224.250 (21 Oct 2002 01:40:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:40:42 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA02689 for ; Wed, 1 Dec 1999 13:36:39 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB31052; Wed, 1 Dec 1999 12:34:55 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Dec 1999 12:35:09 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA25258 for ; Wed, 1 Dec 1999 12:34:54 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id NAA02657 for ; Wed, 1 Dec 1999 13:34:28 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id TAA03755 for ding@gnus.org; Wed, 1 Dec 1999 19:36:36 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 44 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 944073395 18133 193.69.4.148 (1 Dec 1999 18:36:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 1 Dec 1999 18:36:35 GMT Mail-Copies-To: never X-Now-Playing: Barbara Morgenstern's _Vermona ET 6-1_: "Diskogeld" User-Agent: Gnus/5.0801 (Gnus v5.8.1.1) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > After poking around in the source and annotating a bunch of it with > "message" statements, I got the impression that the problem might be > that my newsrc.eld had some groups that looked like this, > > ("nnml+rlb:inbox" > 2 (...) > (nnml "rlb" > (nnml-directory "~/.gnus/mail/incoming") > (nnml-active-file "~/.gnus/mail/incoming/active"))) > > ("nnml+rlb:gnucash" > 2 (...) > (nnml "rlb" > (nnml-directory "~/.gnus/mail/incoming") > (nnml-active-file "~/.gnus/mail/incoming/active"))) > > and others that looked like this > > ("nnml+rlb:sw.g-wrap" 2 nil nil "nnml:rlb") [...] > One question I have is, is the "expanded" server format prohibited for > groups with the same server? If not, then I suppose there's probably > some other bug still lurking that I only masked. It should not be -- Gnus uses `gnus-server-equal' to see whether two servers are equal or not, and it should understand both formats. What does (gnus-server-equal '(nnml "rlb" (nnml-directory "~/.gnus/mail/incoming") (nnml-active-file "~/.gnus/mail/incoming/active")) "nnml:rlb") evaluate to? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen