Am 13.01.2011 12:21, schrieb Timo Sirainen: > I'm still lagging behind in my email, but I guess it's time to release > v2.0.9 anyway. > ... > - Maildir: Fixed renaming child mailboxes when namespace had a prefix.
Renaming a mailbox that has children still doesn't work for me with v2.0.9.... Any ideas? . CREATE mailbox . OK Create completed. . CREATE "mailbox/sub mailbox" . OK Create completed. . LIST "" * * LIST (\HasChildren) "/" "mailbox" * LIST (\HasNoChildren) "/" "mailbox/sub mailbox" . OK List completed. . RENAME mailbox mail-box . NO [SERVERBUG] Internal error occurred. Refer to server log for more information. [2011-01-13 17:48:15] . LIST "" * * LIST (\HasNoChildren) "/" "mail-box" * LIST (\HasNoChildren) "/" "mailbox/sub mailbox" . OK List completed. # cat /var/log/mail.err Jan 13 17:48:15 dovecot dovecot: imap(u...@do.main): Error: rename(/var/spool/imap/do.main/user/Maildir/.mailbox/sub mailbox, /var/spool/imap/do.main/user/Maildir/.mail-box/sub mailbox) failed: No such file or directory # ls -alF /var/spool/imap/do.main/user/Maildir/ drwx------ 5 vmail vmail 4096 2011-01-13 17:47 .mail-box/ drwx------ 5 vmail vmail 4096 2011-01-13 17:47 .mailbox.sub mailbox/ Holger