Gnus development mailing list
 help / color / mirror / Atom feed
From: Michal Jankowski <Michal.Jankowski@fuw.edu.pl>
Subject: dot (.) in mail group names?
Date: Fri, 07 Jan 2000 14:52:27 +0100	[thread overview]
Message-ID: <2nr9fuq99g.fsf_-_@ccfs1.fuw.edu.pl> (raw)
In-Reply-To: jari.aalto@poboxes.com's message of "31 Dec 1999 17:45:17 +0200"

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



             reply	other threads:[~2000-01-07 13:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-07 13:52 Michal Jankowski [this message]
2000-04-21 13:47 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nr9fuq99g.fsf_-_@ccfs1.fuw.edu.pl \
    --to=michal.jankowski@fuw.edu.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).