diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 29af28457..ddb1eda1b 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -698,4 +698,9 @@ $rcmail_config['reply_same_folder'] = false; // Sets default mode of Forward feature to "forward as attachment" $rcmail_config['forward_attachment'] = false; +// Defines address book (internal index) to which new contacts will be added +// By default it is the first writeable addressbook. +// Note: Use '0' for built-in address book. +$rcmail_config['default_addressbook'] = null; + // end of config file |