1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Changed logging

This commit is contained in:
M66B 2021-03-02 15:14:56 +01:00
parent c17f6be444
commit f4e3efbcf2

View file

@ -2497,7 +2497,7 @@ class Core {
try {
imessages = ifolder.search(searchTerm);
} catch (MessagingException ex) {
Log.w(ex.getMessage());
Log.w(ex);
// Fallback to date only search
// BAD Could not parse command
imessages = ifolder.search(new ReceivedDateTerm(ComparisonTerm.GE, new Date(sync_time)));