mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Automatically enable store sent
This commit is contained in:
@@ -77,6 +77,9 @@ public interface DaoIdentity {
|
||||
@Query("UPDATE identity SET password = :password WHERE id = :id")
|
||||
int setIdentityPassword(long id, String password);
|
||||
|
||||
@Query("UPDATE identity SET store_sent = :store_sent WHERE id = :id")
|
||||
int setIdentityStoreSent(long id, boolean store_sent);
|
||||
|
||||
@Query("UPDATE identity SET error = :error WHERE id = :id")
|
||||
int setIdentityError(long id, String error);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user