mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 01:23:38 +02:00
Changed logging
This commit is contained in:
@@ -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)));
|
||||
|
||||
Reference in New Issue
Block a user