Added remark

pull/194/head
M66B 4 years ago
parent 76c509f321
commit a44136fc82

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

Loading…
Cancel
Save