mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Added zip warnings
This commit is contained in:
@@ -102,6 +102,12 @@ public interface DaoAttachment {
|
||||
" AND (NOT (error IS :error) OR progress IS NOT NULL OR NOT (available IS 0))")
|
||||
void setError(long id, String error);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET error = :error" +
|
||||
" WHERE id = :id" +
|
||||
" AND NOT (error IS :error)")
|
||||
void setWarning(long id, String error);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET type = :type" +
|
||||
" WHERE id = :id" +
|
||||
|
||||
Reference in New Issue
Block a user