Displaying 3 results from an estimated 3 matches for "rename_subfold".
2007 Aug 30
1
maildir rename_subfolders() and listescape interaction
...Error: IMAP(pod): rename(/srv/mail/home/test0/pod/Maildir/.a/b, /srv/mail/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 fu...
2007 Oct 01
1
potential maildir folder rename bug
...ompleted.
I was expecting to wind up with two folders "INBOX" and "a.b". Instead I
got "INBOX" and "a.b.b".
I think the problem is that ".a" gets renamed in the filesystem to ".a.b"
before src/lib-storage/index/maildir/maildir-storage.c rename_subfolders()
is called, which then finds ".a.b", assumes "b" was a subfolder of "a" so
renames it.
The following may or may not be an appropriate fix. It certainly feels
rather ad hoc and I've not thought too deeply about other circumstances
where this code is called. I...
2006 Aug 17
2
kqueue rewrite testing, try #3
So, apparently the original kqueue code was working fine after all,
although it was much more complex than it really needed to be. So, this
time there's a really simple and pretty kqueue implementation:
http://dovecot.org/nightly/dovecot-latest.tar.gz
Tested that it seems to work with FreeBSD.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc