mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Improved reply/forward handling
This commit is contained in:
@@ -347,12 +347,6 @@ public interface DaoMessage {
|
||||
" WHERE id = :id")
|
||||
int setMessageSnoozed(long id, Long wakeup);
|
||||
|
||||
@Query("UPDATE message SET replying = :newid WHERE replying = :oldid")
|
||||
int updateMessageReplying(long oldid, long newid);
|
||||
|
||||
@Query("UPDATE message SET forwarding = :newid WHERE forwarding = :oldid")
|
||||
int updateMessageForwarding(long oldid, long newid);
|
||||
|
||||
@Query("DELETE FROM message WHERE id = :id")
|
||||
int deleteMessage(long id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user