[cvs] [Wiki] changed: ImpImapConfig
Michael Slusarz
slusarz at horde.org
Mon Sep 11 17:57:17 PDT 2006
slusarz Mon, 11 Sep 2006 17:57:17 -0700
Modified page: http://wiki.horde.org/ImpImapConfig
New Revision: 1.9
Change log: fix doc on search_charset param
@@ -45,9 +45,11 @@
'type' => 'shared',
'hidden' => false
)
),
- 'search_charset' => true
+ 'search_charset' => array(
+ 'UTF-8' => true
+ )
)
</code>
This is an example of an UW-IMAP server:
@@ -62,9 +64,11 @@
'type' => 'personal',
'hidden' => false,
),
),
- 'search_charset' => true
+ 'search_charset' =>
+ 'UTF-8' => true
+ )
)
</code>
Obviously, //don't copy this code directly into servers.php and expect it to work!// This is merely an example. Your IMAP server configuration is almost certainly different. **Note:** MIMP does not require the 'search_charset' value.
More information about the cvs
mailing list