6.0.0-beta1
7/25/25

[#5155] Search lists a blank folder and is selected by default for search
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

History
03/28/2007 05:48:06 PM Chuck Hagenbuch Comment #3
State ⇒ Duplicate
Reply to this comment
Duplicate of bug 5138
03/28/2007 12:26:43 PM asa (at) isac (dot) gov (dot) in Comment #2 Reply to this comment
I think, this is same as bug 5138.
03/24/2007 06:29:25 AM asa (at) isac (dot) gov (dot) in Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Search lists a blank folder and is selected by default for search
Queue ⇒ IMP
Reply to this comment
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',

     ),

);

Saved Queries