mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
now possible to limit automatic forwards to internal/external domains
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* UIxPreferences.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2007-2014 Inverse inc.
|
||||
* Copyright (C) 2007-2015 Inverse inc.
|
||||
*
|
||||
* This file is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -1238,6 +1238,15 @@ static NSArray *reminderValues = nil;
|
||||
return [[forwardOptions objectForKey: @"keepCopy"] boolValue];
|
||||
}
|
||||
|
||||
- (NSString *) forwardConstraints
|
||||
{
|
||||
SOGoDomainDefaults *dd;
|
||||
|
||||
dd = [[context activeUser] domainDefaults];
|
||||
|
||||
return [NSString stringWithFormat: @"%d", [dd forwardConstraints]];
|
||||
}
|
||||
|
||||
/* main */
|
||||
|
||||
- (NSArray *) availableModules
|
||||
|
||||
Reference in New Issue
Block a user