mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
allow quickfiltering when bydate filter is active
This commit is contained in:
parent
7f8ea2c218
commit
6ce3c261c0
@ -2044,6 +2044,7 @@ class Mail
|
||||
if(!empty($_criterias['string'])) {
|
||||
$criteria = strtoupper($_criterias['type']);
|
||||
switch ($criteria) {
|
||||
case 'BYDATE':
|
||||
case 'QUICK':
|
||||
case 'QUICKWITHCC':
|
||||
$imapSearchFilter->headerText('SUBJECT', $_criterias['string'], $not=false);
|
||||
|
Loading…
Reference in New Issue
Block a user