<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Smartphone view not displaying polled folders</title> 
  <pubDate>Fri, 10 Apr 2026 18:48:29 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/11238</link> 
  <atom:link rel="self" type="application/rss+xml" title="Smartphone view not displaying polled folders" href="https://bugs.horde.org/ticket/11238/rss" /> 
  <description>Smartphone view not displaying polled folders</description> 
 
   
   
  <item> 
   <title>The default folder list in smartphone mode is only displayin</title> 
   <description>The default folder list in smartphone mode is only displaying special folders, not the polled folders like described in the changelog/commit message.</description> 
   <pubDate>Thu, 05 Jul 2012 11:02:52 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71693</link> 
  </item> 
   
  <item> 
   <title>Oh, and &quot;Display All&quot; doesn&#039;t change anything. It doesn&#039;t sh</title> 
   <description>Oh, and &quot;Display All&quot; doesn&#039;t change anything. It doesn&#039;t show all folders.</description> 
   <pubDate>Thu, 05 Jul 2012 11:03:33 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71694</link> 
  </item> 
   
  <item> 
   <title>Works fine here.  Both the default view and toggling.</title> 
   <description>Works fine here.  Both the default view and toggling.</description> 
   <pubDate>Thu, 05 Jul 2012 17:44:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71702</link> 
  </item> 
   
  <item> 
   <title>The toggling might be an issue with my phone and jqm, it loo</title> 
   <description>The toggling might be an issue with my phone and jqm, it looks like i 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.</description> 
   <pubDate>Thu, 05 Jul 2012 18:17:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71703</link> 
  </item> 
   
  <item> 
   <title>&gt; The polled folders are skipped in line 2118 of IMP_Imap_Tr</title> 
   <description>&gt; The polled folders are skipped in line 2118 of IMP_Imap_Tree.

On this line?

            if (!isset($this-&gt;_parent[$elt-&gt;value])) {

That makes no sense logically, and I can&#039;t reproduce.</description> 
   <pubDate>Thu, 05 Jul 2012 18:59:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71704</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; The polled folders are skipped in line 2118 of IMP_Imap_T</title> 
   <description>&gt;&gt; The polled folders are skipped in line 2118 of IMP_Imap_Tree.
&gt;
&gt; On this line?
&gt;
&gt;             if (!isset($this-&gt;_parent[$elt-&gt;value])) {

Yes exactly there.

&gt; That makes no sense logically, and I can&#039;t reproduce.

I just noticed that one top-level polled folder shows up. So it only affects sub-folders, e.g. INBOX.horde.bugs.</description> 
   <pubDate>Thu, 05 Jul 2012 19:29:19 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71706</link> 
  </item> 
   
  <item> 
   <title>&gt; I just noticed that one top-level polled folder shows up. </title> 
   <description>&gt; I just noticed that one top-level polled folder shows up. So it only 
&gt; affects sub-folders, e.g. INBOX.horde.bugs.

This doesn&#039;t sound right either.  My horde lists live under IN.horde, 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&#039;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).</description> 
   <pubDate>Thu, 05 Jul 2012 20:10:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71709</link> 
  </item> 
   
  <item> 
   <title>In my case the parent is a folder not a container. Does that</title> 
   <description>In my case the parent is a folder not a container. Does that make a difference?</description> 
   <pubDate>Thu, 05 Jul 2012 20:15:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71710</link> 
  </item> 
   
  <item> 
   <title>&gt; In my case the parent is a folder not a container. Does th</title> 
   <description>&gt; In my case the parent is a folder not a container. Does that make a 
&gt; difference?

Yes.  We are correctly returning all polled mailboxes.  However, for 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.</description> 
   <pubDate>Thu, 05 Jul 2012 23:29:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t71719</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (develop):

commit 25e2ace5f35</title> 
   <description>Changes have been made in Git (develop):

commit 25e2ace5f35a9b5d1a191241711a7de187b1fb09
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
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</description> 
   <pubDate>Sat, 25 Aug 2012 04:26:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t72374</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 25e2ace5f35a</title> 
   <description>Changes have been made in Git (master):

commit 25e2ace5f35a9b5d1a191241711a7de187b1fb09
Author: Michael M Slusarz &lt;slusarz@horde.org&gt;
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</description> 
   <pubDate>Wed, 29 Aug 2012 12:49:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/11238#t72655</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
