Added remark

This commit is contained in:
M66B 2021-01-27 16:33:40 +01:00
parent 76c509f321
commit a44136fc82
1 changed files with 1 additions and 0 deletions

View File

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