mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
extend status filter text to state clearly that messages marked as deleted are not shown for status filter >any status<
This commit is contained in:
parent
860c5f3974
commit
f58b3836d8
@ -1069,7 +1069,7 @@ class uifelamimail
|
||||
$this->t->set_var('select_search', $selectSearchType);
|
||||
|
||||
$statusTypes = array(
|
||||
'any' => 'any status',
|
||||
'any' => ($GLOBALS['egw_info']['user']['preferences']['felamimail']['deleteOptions']!='mark_as_deleted'?'any status':'any status (but deleted)'),
|
||||
'flagged' => 'flagged',
|
||||
'unseen' => 'unread',
|
||||
'answered' => 'replied',
|
||||
|
@ -38,6 +38,7 @@ always show html emails felamimail de HTML-E-Mails immer anzeigen
|
||||
and felamimail de und
|
||||
any of felamimail de mit einem
|
||||
any status felamimail de Alle Status
|
||||
any status (but deleted) felamimail de Alle Status (ohne Gelöschte)
|
||||
anyone felamimail de jeder
|
||||
as a subfolder of felamimail de als Unterordner von
|
||||
attach felamimail de Anhängen
|
||||
|
@ -39,6 +39,7 @@ always show html emails felamimail en Always show HTML emails
|
||||
and felamimail en And
|
||||
any of felamimail en Any of
|
||||
any status felamimail en Any status
|
||||
any status (but deleted) felamimail en Any status (but deleted)
|
||||
anyone felamimail en Anyone
|
||||
as a subfolder of felamimail en As a sub folder of
|
||||
attach felamimail en Attach
|
||||
|
Loading…
Reference in New Issue
Block a user