From 2fe279e4418a6bf877a7e9728b35e360bfadcf62 Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Thu, 19 Dec 2013 05:15:59 +0400 Subject: [PATCH] Hide "Automatically add recipients to your address beech" configuration on contacts disable --- dev/Settings/General.js | 1 + package.json | 2 +- rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html | 2 +- rainloop/v/0.0.0/static/js/app.js | 1 + rainloop/v/0.0.0/static/js/app.min.js | 2 +- 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev/Settings/General.js b/dev/Settings/General.js index 3a90c969f..7dcb34926 100644 --- a/dev/Settings/General.js +++ b/dev/Settings/General.js @@ -39,6 +39,7 @@ function SettingsGeneral() this.mppTrigger = ko.observable(Enums.SaveSettingsStep.Idle); this.isAnimationSupported = Globals.bAnimationSupported; + this.allowContacts = !!RL.settingsGet('ContactsIsAllowed'); } Utils.addSettingsViewModel(SettingsGeneral, 'SettingsGeneral', 'SETTINGS_LABELS/LABEL_GENERAL_NAME', 'general', true); diff --git a/package.json b/package.json index 1e818da26..d52e86f30 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "RainLoop", "title": "RainLoop Webmail", "version": "1.5.1", - "release": "555", + "release": "556", "description": "Simple, modern & fast web-based email client", "homepage": "http://rainloop.net", "main": "Gruntfile.js", diff --git a/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html b/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html index 97bfdf7d6..409a60b96 100644 --- a/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html +++ b/rainloop/v/0.0.0/app/templates/Views/SettingsGeneral.html @@ -63,7 +63,7 @@ -
+