mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Search for sender only not in trash
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user