mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Small improvements
This commit is contained in:
@@ -37,7 +37,7 @@ public interface DaoRule {
|
||||
@Query("SELECT * FROM rule" +
|
||||
" WHERE folder = :folder" +
|
||||
" AND enabled" +
|
||||
" ORDER BY `order`")
|
||||
" ORDER BY `order`, name")
|
||||
List<EntityRule> getEnabledRules(long folder);
|
||||
|
||||
@Query("SELECT rule.*, folder.account, folder.name AS folderName, account.name AS accountName FROM rule" +
|
||||
|
||||
Reference in New Issue
Block a user