[Tickets #6511] Re: PHP Notice: Undefined index: search_charset

bugs at horde.org bugs at horde.org
Fri Mar 21 14:33:49 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6511
-----------------------------------------------------------------------
 Ticket             | 6511
 Updated By         | rsalmon at mbpgroup.com
 Summary            | PHP Notice:  Undefined index:  search_charset
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Feedback
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-03-21 10:33) wrote:

> Did you set an imap_config entry in config/servers.php?

yes, I don't get an error now.

I changed  the imap_config entry to : 
    'imap_config' => array(
        'children' => true,
		'search_charset' => array(
            'UTF-8' => true
        ),
        'namespace' => array(
            '' => array(
                'name' => '',
                'delimiter' => '.',
                'type' => 'personal',
                'hidden' => false
            ),
            '#shared.' => array(
                'name' => '#shared.',
                'delimiter' => '.',
                'type' => 'personal',
                'hidden' => false
            ),
       )

...






More information about the bugs mailing list