diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-20 21:44:00 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-05-20 21:44:00 +0000 |
| commit | fb85d47919fcb0b5f8fb7a764301a493227333ab (patch) | |
| tree | dc320c52164911bc09b1df1c47dcaffe3d8cd176 /roundcubemail/config | |
| parent | 9a5457cc37e3afc638fc194eccba6333365cec2e (diff) | |
Default line length is 72
git-svn-id: https://svn.roundcube.net/trunk@3646 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 8af724817..15b6f9f1f 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/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; |
