mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 23:16:37 +00:00
Improved logging
This commit is contained in:
parent
aecfe956be
commit
5bc963c4b6
1 changed files with 3 additions and 1 deletions
|
@ -704,7 +704,9 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
" flagged=" + with_flagged +
|
||||
" hidden=" + with_hidden +
|
||||
" encrypted=" + with_encrypted +
|
||||
" attachments=" + with_attachments;
|
||||
" attachments=" + with_attachments +
|
||||
" after=" + (after == null ? "" : new Date(after)) +
|
||||
" before=" + (before == null ? "" : new Date(before));
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue