mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Get, store and display append limit
This commit is contained in:
@@ -163,6 +163,9 @@ public interface DaoAccount {
|
||||
@Query("UPDATE account SET partial_fetch = :partial_fetch WHERE id = :id")
|
||||
int setAccountPartialFetch(long id, boolean partial_fetch);
|
||||
|
||||
@Query("UPDATE account SET max_size = :max_size WHERE id = :id")
|
||||
int setAccountMaxSize(long id, Long max_size);
|
||||
|
||||
@Query("UPDATE account SET warning = :warning WHERE id = :id")
|
||||
int setAccountWarning(long id, String warning);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user