program/lib/Roundcube/rcube_config.php
@@ -87,10 +87,11 @@ $this->load(); // Defaults, that we do not require you to configure, // but contain information that is used in various // locations in the code: // but contain information that is used in various locations in the code: if (empty($this->prop['contactlist_fields'])) { $this->set('contactlist_fields', array('name', 'firstname', 'surname', 'email')); } } /** * @brief Guess the type the string may fit into.