From 710b1bd68465ad919aabd171f1ab597a192c367b Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 10 Nov 2011 14:30:51 +0000 Subject: - Add option to skip alternative email addresses in autocompletion --- config/main.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index ef76c2a8d..fe58350be 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -781,4 +781,7 @@ $rcmail_config['default_addressbook'] = null; // Enables spell checking before sending a message. $rcmail_config['spellcheck_before_send'] = false; +// Skip alternative email addresses in autocompletion (show one address per contact) +$rcmail_config['autocomplete_single'] = false; + // end of config file -- cgit v1.2.3