Add flag for per-app automatic update
This commit is contained in:
@@ -368,6 +368,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
xFrameOptions: config.xFrameOptions,
|
||||
robotsTxt: config.robotsTxt || null,
|
||||
enableBackup: config.enableBackup,
|
||||
enableAutomaticUpdate: config.enableAutomaticUpdate
|
||||
};
|
||||
|
||||
if ('mailboxName' in config) data.mailboxName = config.mailboxName;
|
||||
|
||||
Reference in New Issue
Block a user