diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-05-01 12:26:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-05-01 12:26:23 +0200 |
commit | 969cb03f9a3aa9496da68cff53fedce79acc1071 (patch) | |
tree | 12657cbf4140f5e9be7f8ec4a6efde6dc58af5b1 /config | |
parent | 38c19a20641234a9a3a9a1e77e8f1202163ed13d (diff) |
Add option to display email address together with a name in mail preview (#1488732)
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 5a652a5b1..05afed9b8 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -890,4 +890,7 @@ $rcmail_config['autocomplete_single'] = false; // Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana $rcmail_config['default_font'] = ''; +// Enables display of email address with name instead of a name (and address in title) +$rcmail_config['message_show_email'] = false; + // end of config file |