6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/9/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6239] autoscroll folder list or scroll bar
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .._..___ __ [__)|__| | [__ / ` | \| |_|_| \__.
Comment
> 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. > >> > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers