From d7344819834e469c2e5875f756f1ad973b2e06d9 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 27 May 2011 11:22:56 +0000 Subject: - Added option to specify to which address book add new contacts --- config/main.inc.php.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') 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 -- cgit v1.2.3