summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-21 10:27:19 +0000
committerthomascube <thomas@roundcube.net>2008-02-21 10:27:19 +0000
commit81355ae29313035dbf6effcf5a081152f9b29a4b (patch)
tree74f23acba1358b4c57042be6d3a8720accbaac28
parent6be99ccd7a510e89a73c79502e5a5c002862070d (diff)
Correct example filter to work with the changes from r1025
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b0685580c..8475c816d 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -227,7 +227,7 @@ $rcmail_config['session_domain'] = '';
* 'surname_field' => 'sn', // this field represents the contact's last name
* 'firstname_field' => 'gn', // this field represents the contact's first name
* 'scope' => 'sub', // search mode: sub|base|list
- * 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. ex: (status=act)
+ * 'filter' => '', // used for basic listing (if not empty) and will be &'d with search queries. example: status=act
* 'fuzzy_search' => true); // server allows wildcard search
*/