Summary | Smartphone view not displaying polled folders |
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 | 07/05/2012 (4751 days ago) |
Due | |
Updated | 08/29/2012 (4696 days ago) |
Assigned | 07/05/2012 (4751 days ago) |
Resolved | 08/25/2012 (4700 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 25e2ace5f35a9b5d1a191241711a7de187b1fb09
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Aug 24 22:25:48 2012 -0600
[mms] Show polled children in smartmobile folder list when parent
mailbox is not polled (
Bug #11238).imp/docs/CHANGES | 2 ++
imp/lib/Imap/Tree.php | 5 +++++
imp/package.xml | 2 ++
3 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/25e2ace5f35a9b5d1a191241711a7de187b1fb09
commit 25e2ace5f35a9b5d1a191241711a7de187b1fb09
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Aug 24 22:25:48 2012 -0600
[mms] Show polled children in smartmobile folder list when parent
mailbox is not polled (
Bug #11238).imp/docs/CHANGES | 2 ++
imp/lib/Imap/Tree.php | 5 +++++
imp/package.xml | 2 ++
3 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/25e2ace5f35a9b5d1a191241711a7de187b1fb09
State ⇒ Assigned
difference?
polled mailboxes that live under a non-polled mailbox, this parent
mailbox is not being added to the tree as a container and Horde_Tree
is not rendering the polled child since there is no parent node.
difference?
affects sub-folders, e.g. INBOX.horde.bugs.
and I see them fine. IN.horde is not a mailbox, it is a container - I
would think that this would make it MORE likely that it wouldn't work
in my setup, but it identifies the container just fine (in other
words, its not a subscription issue).
And looking back at the commit that added this, the parent check line
was not modified at all (commit
e5a9fd50a411209a346616f1ef1f3495f6f15c3d).
if (!isset($this->_parent[$elt->value])) {
affects sub-folders, e.g. INBOX.horde.bugs.
if (!isset($this->_parent[$elt->value])) {
That makes no sense logically, and I can't reproduce.
get double clicks on the button. I see the same with the toggle button
of the message header.
The polled folders are skipped in line 2118 of IMP_Imap_Tree.
State ⇒ Feedback
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Smartphone view not displaying polled folders
Type ⇒ Bug
Priority ⇒ 1. Low
folders, not the polled folders like described in the changelog/commit
message.