From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71062 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Archive group broken since very recently Date: Sun, 19 Sep 2010 10:24:15 +0200 Message-ID: <201009191024.16004.tassilo@member.fsf.org> References: <201009151804.11061.tassilo@member.fsf.org> <201009172357.22047.tassilo@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1284884676 18530 80.91.229.12 (19 Sep 2010 08:24:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Sep 2010 08:24:36 +0000 (UTC) Cc: Lars Magne Ingebrigtsen To: ding@gnus.org Original-X-From: ding-owner+M19435@lists.math.uh.edu Sun Sep 19 10:24:35 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OxFCJ-0007ys-NX for ding-account@gmane.org; Sun, 19 Sep 2010 10:24:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OxFCB-0007Jg-UZ; Sun, 19 Sep 2010 03:24:23 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OxFC9-0007JK-RU for ding@lists.math.uh.edu; Sun, 19 Sep 2010 03:24:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OxFC8-000108-UN for ding@lists.math.uh.edu; Sun, 19 Sep 2010 03:24:21 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OxFC8-0006T4-00; Sun, 19 Sep 2010 10:24:20 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id A9FD9782752F; Sun, 19 Sep 2010 10:24:17 +0200 (CEST) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12357-06; Sun, 19 Sep 2010 10:24:17 +0200 (CEST) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.localnet (p54AF0CE0.dip0.t-ipconnect.de [84.175.12.224]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTP id 072BF781D132; Sun, 19 Sep 2010 10:24:17 +0200 (CEST) User-Agent: KMail/1.13.5 (Linux/2.6.36-rc4+; KDE/4.5.1; x86_64; ; ) In-Reply-To: X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71062 Archived-At: On Saturday 18 September 2010 19:16:39 Lars Magne Ingebrigtsen wrote: > > | ((nnml "archive" > > | (nnml-inhibit-expiry t) > > | (nnml-get-new-mail nil) > > | (nnml-directory "~/.gnus.d/News/archive") > > | (nnml-active-file "~/.gnus.d/News/archive/active")) > > | > > | ok) > > | > > | ((nnml "archive" > > | (nnml-inhibit-expiry t) > > | (nnml-get-new-mail nil) > > | (nnml-directory "/home/horn/.gnus.d/News/archive") > > | (nnml-active-file "/home/horn/.gnus.d/News/archive/active")) > > This must be the reason. You have two nnml servers called "archive", > but their parameters aren't the same. Maybe the string definition of equal doesn't make too much sense for files and directories... > Therefore Gnus tries to make sure they don't clobber each other by > renaming one of them. Ok. It turns out that I was able to get things working by deleting anything using the paths with ~ from my .newsrc.eld. Thanks for your help! Tassilo