mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
feat(notification): add enotify sieve script
This commit is contained in:
@@ -989,6 +989,16 @@ NSString *SOGoPasswordRecoverySecondaryEmail = @"SecondaryEmail";
|
||||
return [self dictionaryForKey: @"Forward"];
|
||||
}
|
||||
|
||||
- (void) setNotificationOptions: (NSDictionary *) newValue
|
||||
{
|
||||
[self setObject: newValue forKey: @"Notification"];
|
||||
}
|
||||
|
||||
- (NSDictionary *) notificationOptions
|
||||
{
|
||||
return [self dictionaryForKey: @"Notification"];
|
||||
}
|
||||
|
||||
- (void) setContactsCategories: (NSArray *) newValues
|
||||
{
|
||||
[self setObject: newValues forKey: @"SOGoContactsCategories"];
|
||||
|
||||
Reference in New Issue
Block a user