Gnus development mailing list
 help / color / mirror / Atom feed
* dot (.) in mail group names?
@ 2000-01-07 13:52 Michal Jankowski
  2000-04-21 13:47 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Jankowski @ 2000-01-07 13:52 UTC (permalink / raw)


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: dot (.) in mail group names?
  2000-01-07 13:52 dot (.) in mail group names? Michal Jankowski
@ 2000-04-21 13:47 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 13:47 UTC (permalink / raw)


Michal Jankowski <Michal.Jankowski@fuw.edu.pl> writes:

> 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.

`(setq debug-on-error t)', repeat the bug and mail me the resulting
backtrace.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-21 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-07 13:52 dot (.) in mail group names? Michal Jankowski
2000-04-21 13:47 ` Lars Magne Ingebrigtsen

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).