mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Search on BCC too
This commit is contained in:
@@ -283,6 +283,7 @@ public interface DaoMessage {
|
||||
" OR `from` LIKE :find COLLATE NOCASE" +
|
||||
" OR `to` LIKE :find COLLATE NOCASE" +
|
||||
" OR `cc` LIKE :find COLLATE NOCASE" +
|
||||
" OR `bcc` LIKE :find COLLATE NOCASE" +
|
||||
" OR `subject` LIKE :find COLLATE NOCASE" +
|
||||
" OR `keywords` LIKE :find COLLATE NOCASE" +
|
||||
" OR `preview` LIKE :find COLLATE NOCASE) AS matched" +
|
||||
|
||||
Reference in New Issue
Block a user