From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28647 Path: main.gmane.org!not-for-mail From: Michal Jankowski Newsgroups: gmane.emacs.gnus.general Subject: dot (.) in mail group names? Date: Fri, 07 Jan 2000 14:52:27 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <2nr9fuq99g.fsf_-_@ccfs1.fuw.edu.pl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165458 30929 80.91.224.250 (21 Oct 2002 01:57:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:57:38 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id E49A7D0520 for ; Fri, 7 Jan 2000 09:45:22 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB19760; Fri, 7 Jan 2000 08:45:07 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 07 Jan 2000 08:45:06 -0600 (CST) Original-Received: from Post-Office.UH.EDU (Post-Office.UH.EDU [129.7.1.20]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA09429 for ; Fri, 7 Jan 2000 08:44:35 -0600 (CST) Original-Received: from mailhost.sclp.com (sclp3.sclp.com [204.252.123.139]) by Post-Office.UH.EDU (PMDF V5.2-32 #40812) with ESMTP id <0FNY00PIXXB10K@Post-Office.UH.EDU> for ding@hpc.uh.edu; Fri, 7 Jan 2000 07:54:38 -0600 (CST) Original-Received: from cocos.fuw.edu.pl (cocos.fuw.edu.pl [193.0.80.11]) by mailhost.sclp.com (Postfix) with ESMTP id 929ACD051F for ; Fri, 07 Jan 2000 08:53:17 -0500 (EST) Original-Received: from ccfs1.fuw.edu.pl (cclan [193.0.81.21]) by cocos.fuw.edu.pl (8.9.1/8.9.1) with ESMTP id OAA15803 for ; Fri, 07 Jan 2000 14:54:55 +0100 (MET) Original-Received: (from michalj@localhost) by ccfs1.fuw.edu.pl (8.9.1/8.9.1) id OAA06474; Fri, 07 Jan 2000 14:52:27 +0100 (MET) In-reply-to: jari.aalto@poboxes.com's message of "31 Dec 1999 17:45:17 +0200" Original-To: ding@gnus.org User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 Original-Lines: 22 X-Authentication-warning: ccfs1.fuw.edu.pl: michalj set sender to michalj@fuw.edu.pl using -f Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28647 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28647 I'm trying to have a hierarchy of mail groups. So I have procmail sorting mail into something like: ~/incoming/a.b.c.spool ~/incoming/a.b.d.spool etc, and then use '(gnus-secondary-select-methods (quote ((nnfolder "ccfs1.fuw.edu.pl")))) '(mail-sources (quote ((directory :path "~/incoming/")))) and it __almost__ works. That is, it works if I do "mkdir -p ~/Mail/a/b" before starting emacs, but doesn't work otherwise. A truss of emacs shows it doing mkdir("~/Mail/a", 0777) = 0 mkdir("~/Mail/a/b", 0777) = 0 but perhaps it happens too late to work properly. I'm using emacs-20.4 and gnus 5.8.2. Thanks Michal