Displaying 1 result from an estimated 1 matches for "mbox_get_mailbox_name_status".
2005 Jul 21
1
deleting folders containing subfolders with thunderbird (mbox format) bug
...lders set to
contain only messages in Thunderbird works ok).
I expect that everything works ok using Maildir mailboxes because then
there is no need to mark folders containing folders with a '/' because
all folders can contain messages and folders.
For my own purposes I have hacked the mbox_get_mailbox_name_status
function in src/lib-storage/index/mbox/mbox-storage.c to add a check to
see if the mailbox name is already subscribed to and if it is then
return status = MAILBOX_NAME_EXISTS, before the 'if
(!mbox_is_valid_create_name(storage, name))' check which is returning
status = MAILBOX_NAME_INV...