mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 03:22:43 +00:00
feat(notification): add enotify sieve script
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user