<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="http://bugs.horde.org/themes/feed-rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title>autoscroll folder list or scroll bar</title>
  <pubDate>Fri, 04 Jul 2008 11:19:54 -0400</pubDate>
  <link>http://bugs.horde.org/ticket/6239</link>
  <atom:link rel="self" type="application/rss+xml" title="autoscroll folder list or scroll bar" href="http://bugs.horde.org/ticket/6239/rss" />
  <description>autoscroll folder list or scroll bar</description>

  
  
  <item>
   <title>Hi all,

Is it possible to have a scroll bar on the folder</title>
   <description>Hi all,

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. 

I've seen ticket(s) about autoscrolling the folder list, but when I drag a message onto the folder list, the folder list doesn't autoscroll up or down.


I'm using the latest cvs and firefox 2.0.0.10

thanks,
Ronan.</description>
   <pubDate>Mon, 11 Feb 2008 05:29:22 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t42184</link>
  </item>
  <item>
   <title>&gt; Is it possible to have a scroll bar on the folder side pan</title>
   <description>&gt; Is it possible to have a scroll bar on the folder side panel ? (like 
&gt; in IMP). If you have more than about 20 folders, then you can't drag 
&gt; 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.
</description>
   <pubDate>Mon, 11 Feb 2008 12:58:16 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t42210</link>
  </item>
  <item>
   <title>&gt;&gt; Is it possible to have a scroll bar on the folder side pa</title>
   <description>&gt;&gt; Is it possible to have a scroll bar on the folder side panel ? (like
&gt;&gt; in IMP). If you have more than about 20 folders, then you can't drag
&gt;&gt; and drop messages to folders as they don't appear on the screen.
&gt;
&gt; Yes you can.  DIMP has had this feature for at least a year now.
&gt;

Are you saying that a scroll bar is suppose to appear between the folder list and messages list/view ?

Is there a setting/pref to enable ?

It doesn't work here. When I expand folders, firefox is adding a scroll bar on the main window and folders are showing under the &quot;light blue zone&quot;. And when I scroll down using the right scroll bar, everything (top folders,email list and message view) disapear as expected.

I hope you're able to understand what I'm trying to describe.

Thanks,
Ronan</description>
   <pubDate>Tue, 12 Feb 2008 05:42:49 -0500</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t42241</link>
  </item>
  <item>
   <title>I finally found why it didn't work for me.

I use courier-</title>
   <description>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' =&gt; 'IMAP Server',
    'server' =&gt; 'xx.x.x',
    'hordeauth' =&gt; true,
    'protocol' =&gt; 'imap/notls',
    'port' =&gt; 143,
    'maildomain' =&gt; 'xxx.com',
    'smtphost' =&gt; 'x.x.x.x',
    'smtpport' =&gt; 25,
    'realm' =&gt; '',
    'preferred' =&gt; '',
    'quota' =&gt; array(
        'driver' =&gt; 'imap',
        'params' =&gt; array(),
    ),
    'acl' =&gt; array(
        'driver' =&gt; 'rfc2086',
    )
    ,
    'imap_config' =&gt; array(
        'children' =&gt; true,
		'search_charset' =&gt; array(
            'UTF-8' =&gt; true
        ),
        'namespace' =&gt; array(
            '' =&gt; array(
                'name' =&gt; '',
                'delimiter' =&gt; '.',
                'type' =&gt; 'personal',
                'hidden' =&gt; false
            ),
            '#shared.' =&gt; array(
                'name' =&gt; '#shared.',
                'delimiter' =&gt; '.',
                'type' =&gt; 'personal',
                'hidden' =&gt; 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.

&gt;&gt; Is it possible to have a scroll bar on the folder side panel ? (like
&gt;&gt; in IMP). If you have more than about 20 folders, then you can't drag
&gt;&gt; and drop messages to folders as they don't appear on the screen.
&gt;
&gt; Yes you can.  DIMP has had this feature for at least a year now.
&gt;
</description>
   <pubDate>Thu, 03 Apr 2008 09:11:30 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t44361</link>
  </item>
  <item>
   <title>Please report the output of the IMAP server information gath</title>
   <description>Please report the output of the IMAP server information gathered from IMP's test.php script.</description>
   <pubDate>Thu, 03 Apr 2008 16:18:53 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t44365</link>
  </item>
  <item>
   <title>&gt; Please report the output of the IMAP server information ga</title>
   <description>&gt; Please report the output of the IMAP server information gathered from 
&gt; IMP's test.php script.


I've attach the output of test.php.</description>
   <pubDate>Fri, 04 Apr 2008 03:33:21 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t44367</link>
  </item>
  <item>
   <title>Your IMAP server is reporting both a 'shared.' and a '#share</title>
   <description>Your IMAP server is reporting both a 'shared.' and a '#shared.' namespace.  According to your imap_config entry, you apparently have no need for the 'shared.' namespace.  So you need to configure your IMAP server to stop broadcasting it.</description>
   <pubDate>Sat, 05 Apr 2008 03:20:30 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t44436</link>
  </item>
  <item>
   <title>&gt; Your IMAP server is reporting both a 'shared.' and a '#sha</title>
   <description>&gt; Your IMAP server is reporting both a 'shared.' and a '#shared.' 
&gt; namespace.  According to your imap_config entry, you apparently have 
&gt; no need for the 'shared.' namespace.  So you need to configure your 
&gt; IMAP server to stop broadcasting it.

Even if I manage to get courier-imap not to broadcast the 'shared.' namespace, IMP doesn't handle the '#shared.' namespace here. Without the 'imap_config' fields, IMP doesn't show shared folders.</description>
   <pubDate>Wed, 09 Apr 2008 03:37:32 -0400</pubDate>
   <link>http://bugs.horde.org/ticket/6239#t44509</link>
  </item>
  

 </channel>
</rss>
