Aleksander Machniak
2015-04-16 ef595a10e03a0f8f4eae50e7302de4eb8f47b1ae
config/defaults.inc.php
@@ -55,7 +55,7 @@
// Use them if your server is not MySQL or for better performance.
// For example Roundcube uses max_allowed_packet value (in bytes)
// which limits query size for database cache operations.
$config['db_max_allowed_packet'] = 23423440;
$config['db_max_allowed_packet'] = null;
// ----------------------------------
@@ -1074,6 +1074,11 @@
// 3 - Forwards and Replies only
$config['show_sig'] = 1;
// By default the signature is placed depending on cursor position (reply_mode).
// Sometimes it might be convenient to start the reply on top but keep
// the signature below the quoted text (sig_below = true).
$config['sig_below'] = false;
// Use MIME encoding (quoted-printable) for 8bit characters in message body
$config['force_7bit'] = false;