start recvmail addon in setup_infra

This commit is contained in:
Girish Ramakrishnan
2016-05-11 08:45:52 -07:00
parent 8be3b4c281
commit 646ba096c3
6 changed files with 32 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ exports = module.exports = {
getDefaultSync: getDefaultSync,
getAll: getAll,
// TODO: make proper setting
isIncomingMailEnabled: function () { return true; },
AUTOUPDATE_PATTERN_KEY: 'autoupdate_pattern',
TIME_ZONE_KEY: 'time_zone',
CLOUDRON_NAME_KEY: 'cloudron_name',