| Summary | Parent mailbox not found if special folder |
| Queue | IMP |
| Queue Version | Git develop |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 08/13/2012 (4856 days ago) |
| Due | |
| Updated | 08/29/2012 (4840 days ago) |
| Assigned | 08/24/2012 (4845 days ago) |
| Resolved | 08/26/2012 (4843 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 42b912e396e7b334983ad44619f73091df5ea17b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Aug 25 17:49:29 2012 -0600
Bug #11351: Fix dynamic folder display when parent mailbox is aspecial mailbox
imp/js/dimpbase.js | 24 +++++++++++-------------
imp/lib/Ajax/Application.php | 2 +-
2 files changed, 12 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/42b912e396e7b334983ad44619f73091df5ea17b
commit 0c9758c50dccefb8e101400d1fd65bc2130e0562
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 23 19:47:53 2012 -0600
Revert "
Bug #11351: Sort ajax mailbox objects so parent mailboxesexist before child mailboxes"
This reverts commit 28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2.
imp/lib/Imap/Tree.php | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/0c9758c50dccefb8e101400d1fd65bc2130e0562
commit 28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 23 18:10:41 2012 -0600
Bug #11351: Sort ajax mailbox objects so parent mailboxes existbefore child mailboxes
imp/lib/Imap/Tree.php | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2
commit 42b912e396e7b334983ad44619f73091df5ea17b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sat Aug 25 17:49:29 2012 -0600
Bug #11351: Fix dynamic folder display when parent mailbox is aspecial mailbox
imp/js/dimpbase.js | 24 +++++++++++-------------
imp/lib/Ajax/Application.php | 2 +-
2 files changed, 12 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/42b912e396e7b334983ad44619f73091df5ea17b
State ⇒ Assigned
commit 0c9758c50dccefb8e101400d1fd65bc2130e0562
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 23 19:47:53 2012 -0600
Revert "
Bug #11351: Sort ajax mailbox objects so parent mailboxesexist before child mailboxes"
This reverts commit 28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2.
imp/lib/Imap/Tree.php | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/0c9758c50dccefb8e101400d1fd65bc2130e0562
commit 28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 23 18:10:41 2012 -0600
Bug #11351: Sort ajax mailbox objects so parent mailboxes existbefore child mailboxes
imp/lib/Imap/Tree.php | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/28255b15c9bc7f2d7dfa4a3e18adff9a5fa7d5f2
different tree format with new styling):
State ⇒ Feedback
different tree format with new styling):
commit 362a557c0432b418d2e108be1d23e1219159682a
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Aug 16 17:37:38 2012 -0600
[mms] Fix regression in updating dynamic folder list when
deleting parent mailboxes that contain children (
Bug #11296).State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Parent mailbox not found if special folder
Type ⇒ Bug
Priority ⇒ 1. Low
popped up again.
If processing listMailboxes AJAX calls, it's possible that a special
mailbox is returned after its subfolders. Example: I have folders
foo.bar and foo.bar.2011. foo.bar is also an identity's sent-mail
folder. In the listMailboxes foo.bar.2011 is before foo.bar.
All this happens during a request to show unsubscribed folders.