mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 17:40:34 +01:00
Show operation errors
This commit is contained in:
@@ -40,6 +40,9 @@ public interface DaoOperation {
|
||||
@Query("SELECT COUNT(id) FROM operation WHERE folder = :folder")
|
||||
int getOperationCount(long folder);
|
||||
|
||||
@Query("UPDATE operation SET error = :error WHERE id = :id")
|
||||
int setOperationError(long id, String error);
|
||||
|
||||
@Insert
|
||||
long insertOperation(EntityOperation operation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user