mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Search for sender only not in trash
This commit is contained in:
parent
72b3c42f45
commit
60c16a2f22
1 changed files with 1 additions and 0 deletions
|
@ -2428,6 +2428,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
criteria.in_keywords = false;
|
||||
criteria.in_message = false;
|
||||
criteria.in_notes = false;
|
||||
criteria.in_trash = false;
|
||||
}
|
||||
|
||||
FragmentMessages.search(
|
||||
|
|
Loading…
Reference in a new issue