From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30808 Path: main.gmane.org!not-for-mail From: Linus Nordberg Newsgroups: gmane.emacs.gnus.general Subject: Re: {gnus|nnmail}-use-long-filename[s] beahviour changed Date: 10 May 2000 12:52:35 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nn1lz7izv.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167292 10430 80.91.224.250 (21 Oct 2002 02:28:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:28:12 +0000 (UTC) Cc: ding@gnus.org 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 5DC68D051F for ; Wed, 10 May 2000 08:15:32 -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 HAB27136; Wed, 10 May 2000 07:15:23 -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 07:14:24 -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 HAA03338 for ; Wed, 10 May 2000 07:14:10 -0500 (CDT) Original-Received: from king.swox.se (king.swox.se [212.247.3.130]) by mailhost.sclp.com (Postfix) with ESMTP id 96A6CD051F for ; Wed, 10 May 2000 08:14:26 -0400 (EDT) Original-Received: by king.swox.se (Postfix, from userid 1548) id F3D1E3189; Wed, 10 May 2000 12:52:35 +0200 (CEST) Original-To: Shenghuo ZHU Original-Lines: 25 User-Agent: Gnus/5.0806 (Gnus v5.8.6) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30808 Shenghuo ZHU wrote 09 May 2000 13:04:20 -0400: >>>>> "Linus" == Linus Nordberg writes: [...] Linus> I can't reproduce it with gnus-5.8.6 and an empty Linus> ~/.newsrc.eld, but with my current ~/.newsrc.eld, articles for Linus> foo/bar ends up in the directory ~/Mail/foo_bar. This happens Linus> both when I move the article manually using Linus> gnus-summary-move-article and when I let GNUS split incoming Linus> articles. "/" is not supposed to be the separator for translating group names to path names. Translating "/" to "_" is because of some strange group names, especially those from nnslashdot (when gnus-agent covers nnslashdot). In your case, you can use foo.bar, which ends up in the directory ~/Mail/foo/bar. Changing '/' to '.' in the group names made things start working. Thanks a lot. --linus