we need to generate valid sql in the not-yet-used "not deleted" mode. Thanks to danapple0++
This commit is contained in:
parent
3126298b46
commit
ed4685e82d
1 changed files with 1 additions and 1 deletions
|
@ -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[]
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue