eagle00789 / RC_Filters

Roundcube Clientside Filter
GNU General Public License v3.0
5 stars 5 forks source link

caseInsensitiveSearch behaviour is reversed #10

Open joseluis opened 9 years ago

joseluis commented 9 years ago

It says in config.inc.php :

// if TRUE new filters searching default in case insensitive mode unless the filter specified otherwise.
$config['caseInsensitiveSearch'] = TRUE;

But then the 'Case Sensitive' option is checked by default. I must put it to FALSE if I want it to be unchecked.