mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Changed logging
This commit is contained in:
parent
c17f6be444
commit
f4e3efbcf2
1 changed files with 1 additions and 1 deletions
|
@ -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)));
|
||||
|
|
Loading…
Reference in a new issue