mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02: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