From 7dff4437c06369da69841e3a4fee2b931bac0ccc Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Mon, 2 Sep 2013 12:48:53 +0200 Subject: Update defaults.inc.php --- config/defaults.inc.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') 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; -- cgit v1.2.3 From 18995876e65330083ff690a3ad1981f1f2491072 Mon Sep 17 00:00:00 2001 From: Dennis1993 Date: Mon, 2 Sep 2013 13:05:59 +0200 Subject: Update defaults.inc.php --- config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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; -- cgit v1.2.3