feat(notification): add enotify sieve script

This commit is contained in:
Hivert Quentin
2023-08-29 10:07:53 +02:00
parent 4f7c73143f
commit 82b69d1414
16 changed files with 223 additions and 21 deletions

View File

@@ -395,9 +395,14 @@ static SoProduct *preferencesProduct = nil;
}
if ([domainDefaults forwardEnabled] && ![defaults forwardOptions])
{
[defaults setForwardOptions: [NSDictionary new]];
}
{
[defaults setForwardOptions: [NSDictionary new]];
}
if ([domainDefaults notificationEnabled] && ![defaults notificationOptions])
{
[defaults setNotificationOptions: [NSDictionary new]];
}
if ([[defaults source] dirty])
[defaults synchronize];