Thomas Bruederli
2012-07-26 baecd8becccd7786632c1cda895123293ceb1408
program/include/rcube_config.php
@@ -49,6 +49,11 @@
    public function __construct()
    {
        $this->load();
        // Defaults, that we do not require you to configure,
        // but contain information that is used in various
        // locations in the code:
        $this->set('contactlist_fields', array('name', 'firstname', 'surname', 'email'));
    }