diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-22 17:38:30 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-22 17:38:30 +0000 |
| commit | c50b5351e2a2f8d49711edeca9a8b177779073ee (patch) | |
| tree | c24829a736f6c344d6fd88afef9ae43c84488c87 /plugins/squirrelmail_usercopy/config.inc.php.dist | |
| parent | 47b10335870d9be3d45401a9361f7b1636de16ac (diff) | |
Make alias setting configurable (patch by pommi) + fix indentation
git-svn-id: https://svn.roundcube.net/trunk@3986 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/squirrelmail_usercopy/config.inc.php.dist')
| -rw-r--r-- | plugins/squirrelmail_usercopy/config.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/squirrelmail_usercopy/config.inc.php.dist b/plugins/squirrelmail_usercopy/config.inc.php.dist index bd3a66d9a..0dc0abb02 100644 --- a/plugins/squirrelmail_usercopy/config.inc.php.dist +++ b/plugins/squirrelmail_usercopy/config.inc.php.dist @@ -19,3 +19,7 @@ $rcmail_config['squirrelmail_userprefs_table'] = 'userprefs'; // for operations inside this plugin. See #1486773 $rcmail_config['squirrelmail_identities_level'] = null; +// Set to false if you don't want the email address of the default identity +// (squirrelmail preference "email_address") to be saved as alias. +// Recommended: set to false if your squirrelmail config setting $edit_identity has been true. +$rcmail_config['squirrelmail_set_alias'] = true; |
