mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Revert "Search on sent time too for Outlook"
This reverts commit 29452619a5.
This commit is contained in:
@@ -3028,8 +3028,6 @@ class Core {
|
||||
|
||||
SearchTerm searchTerm = dateTerm;
|
||||
Flags flags = ifolder.getPermanentFlags();
|
||||
if (!account.use_date && account.isOutlook())
|
||||
searchTerm = new OrTerm(searchTerm, new SentDateTerm(ComparisonTerm.GE, new Date(sync_time)));
|
||||
if (sync_nodate)
|
||||
searchTerm = new OrTerm(searchTerm, new ReceivedDateTerm(ComparisonTerm.LT, new Date(365 * 24 * 3600 * 1000L)));
|
||||
if (sync_unseen && flags.contains(Flags.Flag.SEEN))
|
||||
|
||||
Reference in New Issue
Block a user