diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 13:05:59 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 13:05:59 +0200 |
commit | 18995876e65330083ff690a3ad1981f1f2491072 (patch) | |
tree | b69d9d51a3cb67fae2539ce879e48597e4767e71 /config | |
parent | d8d5692cff411dc769d8fc1c7dd5ea8acbb15837 (diff) |
Update defaults.inc.php
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 29cc06900..268bf009a 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -975,7 +975,7 @@ $config['default_font'] = 'Verdana'; // Default font size for composed HTML message. // Supported sizes: 8pt, 10pt, 12pt, 14pt, 18pt, 24pt, 36pt -$rcmail_config['default_font_size'] = '10pt'; +$config['default_font_size'] = '10pt'; // Enables display of email address with name instead of a name (and address in title) $config['message_show_email'] = false; |