| | |
| | | * 'sort' => 'cn', // The field to sort the listing by. |
| | | * 'scope' => 'sub', // search mode: sub|base|list |
| | | * 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act |
| | | * 'global_search' => true, // perform a global search for address auto-completion on compose |
| | | * 'fuzzy_search' => true); // server allows wildcard search |
| | | */ |
| | | |
| | |
| | | $rcmail_config['delete_always'] = false; |
| | | |
| | | // Log successful logins |
| | | // $rcmail_config['log_logins'] = false; |
| | | $rcmail_config['log_logins'] = false; |
| | | |
| | | // end of config file |
| | | ?> |