search for: 8d6433652a33

Displaying 1 result from an estimated 1 matches for "8d6433652a33".

2007 Oct 01
1
potential maildir folder rename bug
...umes "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'd certainly appreciate a second opinion. diff -r 8d6433652a33 src/lib-storage/index/maildir/maildir-storage.c --- a/src/lib-storage/index/maildir/maildir-storage.c Sun Sep 30 18:03:17 2007 +0300 +++ b/src/lib-storage/index/maildir/maildir-storage.c Mon Oct 01 20:13:27 2007 +0100 @@ -937,6 +937,10 @@ static int rename_subfolders(struct inde t_push(); o...