mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Always move sent messages to the sent folder (if any)
This commit is contained in:
@@ -296,6 +296,9 @@ public interface DaoMessage {
|
||||
@Query("UPDATE message SET ui_ignored = :ui_ignored WHERE id = :id")
|
||||
int setMessageUiIgnored(long id, boolean ui_ignored);
|
||||
|
||||
@Query("UPDATE message SET sent = :sent WHERE id = :id")
|
||||
int setMessageSent(long id, Long sent);
|
||||
|
||||
@Query("UPDATE message SET warning = :warning WHERE id = :id")
|
||||
int setMessageWarning(long id, String warning);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user