18 Sep
2010
18 Sep
'10
12:02 a.m.
Dieter Knopf schrieb:
I alway get a "failed to find namespace for mailbox 'foo'" but/home/vmail/domain.tld/name/.foo/ exist. I tried it with: fileinto "foo"; and fileinto ".foo";
This works for me:
fileinto :create "INBOX.foo";
:create will create this folder if it does not exist.
Patrick