On Thursday 26 February 2004 21:26, Kurz, Robert wrote: > a question to the function of the patch: > > if you set delivery-line to "./some_maildir/", what is the complete path to > this maildir? > > in your examples you set one delivery-path from filtering to "./Spam/" and > another for the rest of mails to "./Maildir/". so it seems that these two > maildirs stays parallel just under the ldap-value from "mailMessageStore:" > -> am i right? so, if i want to send the spam to a subdir "Spam" in my > Inbox (if i use imap) i have to set the deliverypath to "./Maildir/.Spam"? >
You're right. Every maildir or mailbox delivery which filename begin with . is relative to the home directory of the user (set with homeDirectory of if this attribute don't exist with mailMessageStore). To use imap you have to set deliverypath to ./Maildir/.Spam/ The example was not very suitable (in fact I use bincimap in which the IMAP subfolder can be just like ./Spam/).
