mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Concept forward multiple
This commit is contained in:
@@ -274,6 +274,11 @@ public interface DaoMessage {
|
||||
" AND folder.type <> '" + EntityFolder.OUTBOX + "'")
|
||||
LiveData<TupleFtsStats> liveFts();
|
||||
|
||||
@Query("SELECT COUNT(*) FROM message" +
|
||||
" WHERE id IN (:ids)" +
|
||||
" AND raw IS NULL or NOT raw")
|
||||
LiveData<Integer> liveRaw(long[] ids);
|
||||
|
||||
@Query("SELECT *" +
|
||||
" FROM message" +
|
||||
" WHERE id = :id")
|
||||
|
||||
Reference in New Issue
Block a user