Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed4685e8 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

we need to generate valid sql in the not-yet-used "not deleted" mode. Thanks to danapple0++

parent 3126298b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1292,7 +1292,7 @@ public class LocalStore extends Store implements Serializable
                             + "bcc_list, reply_to_list, attachment_count, internal_date, message_id "
                             + "FROM messages "
                             + "WHERE "
                             + (includeDeleted ? "" : "deleted = 0")
                             + (includeDeleted ? "" : "deleted = 0 AND ")
                             + " folder_id = ? ORDER BY date DESC"
                             , new String[]
                             {