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)));