[Tickets #5155] Search lists a blank folder and is selected by default for search

bugs at bugs.horde.org bugs at bugs.horde.org
Sat Mar 24 06:29:25 UTC 2007


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

Ticket URL: http://bugs.horde.org/ticket/?id=5155
-----------------------------------------------------------------------
 Ticket             | 5155
 Created By         | asa at isac.gov.in
 Summary            | Search lists a blank folder and is selected by default for search
 Queue              | IMP
 Version            | 4.1.4
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


asa at isac.gov.in (2007-03-23 23:29) wrote:

After upgrading to 4.1.4, I find a blank folder name getting listed below
INBOX and is selected by default like INBOX.   I use Cyrus-IMAP.

servers.php is as below:

$servers['cyrus'] = array(
    'name' => 'Cyrus IMAP Server',
    'server' => 'localhost',
    'hordeauth' => false,
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => 'isac.gov.in',
    'smtphost' => 'localhost',
    'smtpport' => 25,
    'realm' => 'isac.gov.in',
    'preferred' => '',
    'admin' => array(
        'params' => array(
            'login' => 'cyrus',
            'password' => 'password',
            // The 'userhierarchy' parameter defaults to 'user.'
            // If you are using a nonstandard hierarchy for personal
            // mailboxes, you will need to set it here.
            'userhierarchy' => 'user.',
            // Although these defaults are normally all that is required,
            // you can modify the following parameters from their default
            // values.
            'protocol' => 'imap/notls',
            'hostspec' => 'localhost',
            'port' => 143
        )
    ),
    'quota' => array(
        'driver' => 'cyrus',
        'params' => array(),
    ),
    'acl' => array(
        'driver' => 'rfc2086',
    ),
);



More information about the bugs mailing list