mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 13:41:01 +01:00
* Mail: allow to search for Bcc addresses (works only in Sent folder!)
This commit is contained in:
parent
e42d35a1a4
commit
106afd4ead
@ -99,6 +99,7 @@ class mail_ui
|
|||||||
'from' => 'from', // lang('from')
|
'from' => 'from', // lang('from')
|
||||||
'to' => 'to', // lang('to')
|
'to' => 'to', // lang('to')
|
||||||
'cc' => 'cc', // lang('cc')
|
'cc' => 'cc', // lang('cc')
|
||||||
|
'bcc' => 'bcc', // lang('Bcc')
|
||||||
'text' => 'whole message', // lang('whole message')
|
'text' => 'whole message', // lang('whole message')
|
||||||
'larger' => 'greater than', // lang('greater than')
|
'larger' => 'greater than', // lang('greater than')
|
||||||
'smaller' => 'less than', // lang('less than')
|
'smaller' => 'less than', // lang('less than')
|
||||||
|
Loading…
Reference in New Issue
Block a user