Low light archived messages only

This commit is contained in:
M66B 2018-11-22 14:06:47 +01:00
parent 11eefe4560
commit 9f881da832
1 changed files with 1 additions and 3 deletions

View File

@ -109,9 +109,7 @@ public interface DaoMessage {
", CASE WHEN message.ui_flagged THEN 0 ELSE 1 END AS unflagged" +
", (SELECT COUNT(a.id) FROM attachment a WHERE a.message = message.id) AS attachments" +
", ((folder.type = '" + EntityFolder.ARCHIVE + "' " +
" OR folder.type = '" + EntityFolder.SENT + "')" +
" AND EXISTS (" +
", (folder.type = '" + EntityFolder.ARCHIVE + "' AND EXISTS (" +
" SELECT * FROM message m1" +
" JOIN folder f1 ON f1.id = m1.folder" +
" WHERE m1.id <> message.id" +