mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Allow direct server search
This commit is contained in:
@@ -321,6 +321,11 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
continue;
|
||||
}
|
||||
|
||||
if (criteria.with_attachments) {
|
||||
if (message.attachments == 0)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (excluded.contains(message.folder))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user