mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Keep recently stored messages
This commit is contained in:
@@ -798,7 +798,7 @@ public interface DaoMessage {
|
||||
" AND NOT uid IS NULL" +
|
||||
" AND (ui_seen OR :unseen)" +
|
||||
" AND NOT ui_flagged" +
|
||||
" AND (NOT ui_browsed OR stored < :before)" +
|
||||
" AND stored < :before" + // moved, browsed
|
||||
" AND ui_snoozed IS NULL")
|
||||
int deleteMessagesBefore(long folder, long before, boolean unseen);
|
||||
}
|
||||
Reference in New Issue
Block a user