[Tickets #2351] NEW: #shared folders and pref subscribe of 0: Folder Navigator Tree View

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Jul 28 14:56:42 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2351
-----------------------------------------------------------------------
 Ticket             | 2351
 Created By         | adamkasper at gmail.com
 Summary            | #shared folders and pref subscribe of 0: Folder Navigator Tree View
 Queue              | IMP
 Version            | 4.0.3
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


adamkasper at gmail.com (2005-07-28 14:56) wrote:

The Folder Navigator (folders.php) appears to have a problem showing
courier-imap's #shared folders and seems to have other issues with
preference subscribe value of 0.  ***

When dealing with a locked subscribe preference value of 0 .. things seem
inconsistant but easily fixable for that particular situation but probably
have side effects for users who configure horde with a subscribe preference
value of 1.

By default, with the preference subscribed having a value of 0 and locked
the #shared folder does not show up in the folder tree view and a folder nav
refresh button results in an empty inbox.

after changing in imp/lib/Session.php
274             /* Initialize the 'showunsub' value. */
275             $_SESSION['imp']['showunsub'] = false;
to true... the refresh problem was resolved. So somewhere the preference of
locking 'subscribe' to 0 isn't being completely respected?

* When dealing with #shared folders the Folder Navigator view seems to be
highly inconsistant.

There seems to be a problem showing courier-imap's #shared folders.  By
default they just don't show up in the tree view even though '#shared." is
specified in the server hierarchies field (if it does show up [sometimes on
folder nav refresh] then it shows up with no shared dirs underneath it).
***

The patch here: http://bugs.horde.org/ticket/?id=1550 does not solve the
problem. When I use the preference subscribed with a value of 0 the #shared
directory shows up fine with its subdirs but the INDEX directory does not
show up at all. When I use the preference subscribed with a value of 1
results are spurratic and don't appear to be consistant with folders marked
as being subscribed when clicking refresh and when toggling show/hide
unsubscribed in the interface.

***side note: the open folder select box in the upper right works perfectly
in all situations (unmodified and modified). It seems that since the open
folder select box relies on an entirely seperate object for imap directory
traversal through flist_IMP() that I can only assume that the Folder Nav
problem lies somewhere between folders.php : imp's Tree.php : or horde IMAP
Tree.php

>> my server config

$servers['domain.com'] = array(
    'name' => 'domain.com',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'folders' => '',
    'namespace' => '',
    'maildomain' => 'domain.com',
    'smtphost' => 'domain.com',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
    'dotfiles' => false,
    'hierarchies' => array( '#shared.' ) );




More information about the bugs mailing list