Displaying 2 results from an estimated 2 matches for "mailbox_noselect".
2009 Mar 24
1
LIST command claims children exist in empty folder
Dovecot 1.2 (8834:5284f45c249a)
Should list return \HasChildren if no folders exist under it? I'm
using mbox format.
2 create testfolder/
2 OK Create completed.
3 list "testfolder/" *
* LIST (\Noselect \HasChildren) "/" "testfolder/"
3 OK List completed.
4 list "testfolder/" %
* LIST (\Noselect \HasChildren) "/" "testfolder/"
4
2010 Apr 03
2
Forcing NOSELECT for a Maildir folder?
...tents, I get the contents
of INBOX. I have no clue why that happens. :-/
For the public namespace, everything works as expected, so I'm lost.
Basically: I want "Local Folders" to be like "Public Folders" and have
\NOSELECT.
In maildir_storage.c I can find places where a MAILBOX_NOSELECT flag is
set, but from what I understand that's only done if the path is not a
directory or if the permissions are insufficient.
Random taking away of permissions on folders didn't yield the result I
wanted. Either it resulted in no change, or in Dovecot complaining that
the permissions...