Displaying 2 results from an estimated 2 matches for "maildir_mailbox_list_init".
2007 Aug 03
2
vfile ACL's
(Sorry for the impatience. This was one of several questions in my email
from yesterday. I thought I might have better luck being more direct.)
Is there a way to set ACL's, using the vfile backend, on a truly global
basis? or hierarchically (i.e. .Maildir.Sub inherits from .Maildir)?
The wiki page says:
"The default ACLs for mailboxes is to give owner all permissions and other
users
2007 Aug 30
1
maildir rename_subfolders() and listescape interaction
...home/test0/pod/Maildir/.c/b) failed: No such file or directory
Note the response to tag 05 in each case. The 06 list response in the
listescape case is not unexpected given the nature of the failure.
My initial reading of rename_subfolders() from maildir-storage.c suggests
that the calls through maildir_mailbox_list_init() and
maildir_mailbox_list_next() are returning "external" style names
(i.e. ones that present "/" as the hierarchy separator) to
rename_subfolders(), which is an "internal" helper function. This is
supported by the logged error message.
I am afraid I am yet to get m...