worked on CRM-17393
[civicrm-core.git] / settings / Mailing.setting.php
index 4b47d07ecbf75a6104f554287768020abb474e91..70d372b8d439052609ceb39fa92559a849f7c857 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -59,10 +59,10 @@ return array(
     'html_type' => 'checkbox',
     'default' => 0,
     'add' => '4.1',
-    'title' => 'Enable Double Opt-in for Profile Group(s) field',
+    'title' => 'Track replies using VERP in Reply-To header',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
+    'description' => 'If checked, mailings will default to tracking replies using VERP-ed Reply-To. ',
     'help_text' => NULL,
     'validate_callback' => 'CRM_Core_BAO_Setting::validateBoolSetting',
   ),
@@ -94,32 +94,32 @@ return array(
     'description' => NULL,
     'help_text' => NULL,
   ),
-  'mailing_backend' => array(
+  'replyTo' => array(
     'group_name' => 'Mailing Preferences',
     'group' => 'mailing',
-    'name' => 'mailing_backend',
-    'type' => 'Array',
-    'html_type' => 'checkbox',
+    'name' => 'replyTo',
+    'type' => 'Boolean',
+    'quick_form_type' => 'YesNo',
     'default' => 0,
-    'add' => '4.1',
-    'title' => 'Mailing Backend',
+    'add' => '4.6',
+    'title' => 'Enable Custom Reply-To',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => NULL,
+    'description' => 'Allow CiviMail users to send mailings with a custom Reply-To header',
     'help_text' => NULL,
   ),
-  'profile_double_optin' => array(
+  'mailing_backend' => array(
     'group_name' => 'Mailing Preferences',
     'group' => 'mailing',
-    'name' => 'profile_double_optin',
-    'type' => 'Integer',
+    'name' => 'mailing_backend',
+    'type' => 'Array',
     'html_type' => 'checkbox',
     'default' => 0,
     'add' => '4.1',
-    'title' => 'Enable Double Opt-in for Profile Group(s) field',
+    'title' => 'Mailing Backend',
     'is_domain' => 1,
     'is_contact' => 0,
-    'description' => 'When CiviMail is enabled, users who "subscribe" to a group from a profile Group(s) checkbox will receive a confirmation email. They must respond (opt-in) before they are added to the group.',
+    'description' => NULL,
     'help_text' => NULL,
   ),
   'profile_add_to_group_double_optin' => array(