mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Support for notification channel per folder
This commit is contained in:
@@ -179,6 +179,10 @@ public class EntityFolder extends EntityOrder implements Serializable {
|
||||
public EntityFolder() {
|
||||
}
|
||||
|
||||
static String getNotificationChannelId(long id) {
|
||||
return "notification.folder." + id;
|
||||
}
|
||||
|
||||
JSONArray getSyncArgs() {
|
||||
int days = sync_days;
|
||||
if (last_sync != null) {
|
||||
|
||||
Reference in New Issue
Block a user