mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
Skip purging encryption related attachments
This commit is contained in:
parent
ac25f45a08
commit
8c1ef89aec
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ public interface DaoAttachment {
|
|||
" AND a.available" +
|
||||
" AND message.ui_seen" +
|
||||
" AND NOT message.ui_flagged" +
|
||||
" AND encryption IS NULL" +
|
||||
" AND message.received < :now - (folder.sync_days + 1) * 24 * 3600 * 1000)")
|
||||
int purge(long now);
|
||||
|
||||
|
|
Loading…
Reference in a new issue