Summary | Search lists a blank folder and is selected by default for search |
Queue | IMP |
Queue Version | 4.1.4 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | asa (at) isac (dot) gov (dot) in |
Created | 03/24/2007 (6698 days ago) |
Due | |
Updated | 03/28/2007 (6694 days ago) |
Assigned | |
Resolved | 03/28/2007 (6694 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
bug 5138bug 5138.State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Search lists a blank folder and is selected by default for search
Queue ⇒ IMP
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',
),
);