diff options
author | thomascube <thomas@roundcube.net> | 2010-05-20 21:44:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-05-20 21:44:00 +0000 |
commit | c769c6699f50cf834aa004fb3d1f4fa5ff966c7c (patch) | |
tree | 9e782da5e391abf1cedcf740e8abeb0f9f6b8cec /config | |
parent | 8ad5c89f22b1c5f004e9156158e2b445ab991414 (diff) |
Default line length is 72
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 8af724817..15b6f9f1f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -216,7 +216,7 @@ $rcmail_config['mail_header_delimiter'] = NULL; // number of chars allowed for line when wrapping text. // text wrapping is done when composing/sending messages -$rcmail_config['line_length'] = 66; +$rcmail_config['line_length'] = 72; // send plaintext messages as format=flowed $rcmail_config['send_format_flowed'] = true; |