diff options
author | alecpl <alec@alec.pl> | 2011-11-10 14:30:51 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-10 14:30:51 +0000 |
commit | 710b1bd68465ad919aabd171f1ab597a192c367b (patch) | |
tree | b23fcda6d35b6a6aa33b7dcfc68098daec48985f /config | |
parent | bed577e41478f39862ec04016aed8d7aaaac7d1e (diff) |
- Add option to skip alternative email addresses in autocompletion
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
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 |