mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Added long press folder to edit folder color
This commit is contained in:
@@ -319,6 +319,9 @@ public interface DaoFolder {
|
||||
@Query("UPDATE folder SET type = :type WHERE id = :id AND NOT (type IS :type)")
|
||||
int setFolderType(long id, String type);
|
||||
|
||||
@Query("UPDATE folder SET color = :color WHERE id = :id AND NOT (color IS :color)")
|
||||
int setFolderColor(long id, Integer color);
|
||||
|
||||
@Query("UPDATE folder SET inherited_type = :type WHERE id = :id AND NOT (inherited_type IS :type)")
|
||||
int setFolderInheritedType(long id, String type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user