[Tickets #6239] Re: autoscroll folder list or scroll bar

bugs at horde.org bugs at horde.org
Thu Apr 3 13:11:31 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/6239
-----------------------------------------------------------------------
 Ticket             | 6239
 Updated By         | rsalmon at mbpgroup.com
 Summary            | autoscroll folder list or scroll bar
 Queue              | DIMP
 Version            | HEAD
 Type               | Enhancement
 State              | Rejected
 Priority           | 1. Low
 Milestone          |
 Patch              |
 Owners             |
-----------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-04-03 09:11) wrote:

I finally found why it didn't work for me.

I use courier-imap and shared folders. To be able to use shared folders, I
had to modify our imp/config/server.php like this :

$servers['imap'] = array(
    'name' => 'IMAP Server',
    'server' => 'xx.x.x',
    'hordeauth' => true,
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => 'xxx.com',
    'smtphost' => 'x.x.x.x',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
    'quota' => array(
        'driver' => 'imap',
        'params' => array(),
    ),
    'acl' => array(
        'driver' => 'rfc2086',
    )
    ,
    'imap_config' => array(
        'children' => true,
		'search_charset' => array(
            'UTF-8' => true
        ),
        'namespace' => array(
            '' => array(
                'name' => '',
                'delimiter' => '.',
                'type' => 'personal',
                'hidden' => false
            ),
            '#shared.' => array(
                'name' => '#shared.',
                'delimiter' => '.',
                'type' => 'personal',
                'hidden' => false
            ),
       )
    )
);

User's folders don't apear in the folder box, but shared folders do. I
remove the imap_config section from server.php, user's folders apear in the
folder box, but they don't see the shared folders.

I guess it's not a DIMP bug, but an IMP bug, IMP beeing not able to show
shared folders without the imap_config setting. See bug #5988.

>> Is it possible to have a scroll bar on the folder side panel ? (like
>> in IMP). If you have more than about 20 folders, then you can't drag
>> and drop messages to folders as they don't appear on the screen.
>
> Yes you can.  DIMP has had this feature for at least a year now.
>





More information about the bugs mailing list