mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Fix "disappearing threads" bug
List threads regardless whether or not the thread root was deleted.
This commit is contained in:
parent
3b519adf40
commit
99e7d5a692
@ -400,7 +400,7 @@ public class EmailProvider extends ContentProvider {
|
|||||||
|
|
||||||
query.append(
|
query.append(
|
||||||
"WHERE " +
|
"WHERE " +
|
||||||
"(h.deleted = 0 AND m.deleted = 0 AND " +
|
"(m.deleted = 0 AND " +
|
||||||
"(m.empty IS NULL OR m.empty != 1) AND " +
|
"(m.empty IS NULL OR m.empty != 1) AND " +
|
||||||
"h.thread_root IS NULL) ");
|
"h.thread_root IS NULL) ");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user