Displaying 1 result from an estimated 1 matches for "mbox_is_valid_create_nam".
Did you mean:
mbox_is_valid_create_name
2005 Jul 21
1
deleting folders containing subfolders with thunderbird (mbox format) bug
...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_INVALID, which seems to work ok for me.
UW-imap works ok
I'm surprised at this bug (or am I doing something completely wrong),
surely lots of people use Thunderbird with dovecot, do they not create
sub-folders in folders,...