mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 00:48:26 +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);
|
$this->t->set_var('select_search', $selectSearchType);
|
||||||
|
|
||||||
$statusTypes = array(
|
$statusTypes = array(
|
||||||
'any' => 'any status',
|
'any' => ($GLOBALS['egw_info']['user']['preferences']['felamimail']['deleteOptions']!='mark_as_deleted'?'any status':'any status (but deleted)'),
|
||||||
'flagged' => 'flagged',
|
'flagged' => 'flagged',
|
||||||
'unseen' => 'unread',
|
'unseen' => 'unread',
|
||||||
'answered' => 'replied',
|
'answered' => 'replied',
|
||||||
|
@ -38,6 +38,7 @@ always show html emails felamimail de HTML-E-Mails immer anzeigen
|
|||||||
and felamimail de und
|
and felamimail de und
|
||||||
any of felamimail de mit einem
|
any of felamimail de mit einem
|
||||||
any status felamimail de Alle Status
|
any status felamimail de Alle Status
|
||||||
|
any status (but deleted) felamimail de Alle Status (ohne Gelöschte)
|
||||||
anyone felamimail de jeder
|
anyone felamimail de jeder
|
||||||
as a subfolder of felamimail de als Unterordner von
|
as a subfolder of felamimail de als Unterordner von
|
||||||
attach felamimail de Anhängen
|
attach felamimail de Anhängen
|
||||||
|
@ -39,6 +39,7 @@ always show html emails felamimail en Always show HTML emails
|
|||||||
and felamimail en And
|
and felamimail en And
|
||||||
any of felamimail en Any of
|
any of felamimail en Any of
|
||||||
any status felamimail en Any status
|
any status felamimail en Any status
|
||||||
|
any status (but deleted) felamimail en Any status (but deleted)
|
||||||
anyone felamimail en Anyone
|
anyone felamimail en Anyone
|
||||||
as a subfolder of felamimail en As a sub folder of
|
as a subfolder of felamimail en As a sub folder of
|
||||||
attach felamimail en Attach
|
attach felamimail en Attach
|
||||||
|
Loading…
Reference in New Issue
Block a user