* Mail: allow to search for Bcc addresses (works only in Sent folder!)

This commit is contained in:
ralf 2025-02-10 12:07:22 +01:00
parent e42d35a1a4
commit 106afd4ead

View File

@ -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')