mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-21 21:02:02 +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')
|
||||
'to' => 'to', // lang('to')
|
||||
'cc' => 'cc', // lang('cc')
|
||||
'bcc' => 'bcc', // lang('Bcc')
|
||||
'text' => 'whole message', // lang('whole message')
|
||||
'larger' => 'greater than', // lang('greater than')
|
||||
'smaller' => 'less than', // lang('less than')
|
||||
|
Loading…
Reference in New Issue
Block a user