mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 15:45:08 -04: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(
|
||||
"WHERE " +
|
||||
"(h.deleted = 0 AND m.deleted = 0 AND " +
|
||||
"(m.deleted = 0 AND " +
|
||||
"(m.empty IS NULL OR m.empty != 1) AND " +
|
||||
"h.thread_root IS NULL) ");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user