diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 12:48:53 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-09-02 12:48:53 +0200 |
commit | 7dff4437c06369da69841e3a4fee2b931bac0ccc (patch) | |
tree | 81da86a61f08e5b305809f5f87f3095ce52b1ac7 /config | |
parent | 0f5574913f98518d77fb519d5b00b2d069571ac5 (diff) |
Update defaults.inc.php
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 2a51b0805..29cc06900 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -973,5 +973,9 @@ $config['autocomplete_single'] = false; // Georgia, Helvetica, Impact, Tahoma, Terminal, Times New Roman, Trebuchet MS, Verdana $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'; + // Enables display of email address with name instead of a name (and address in title) $config['message_show_email'] = false; |