diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-04-16 10:55:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-04-16 10:55:32 +0200 |
commit | 09225a41ec7135031a4c0304b8dcdccd45904939 (patch) | |
tree | d751cfdae71b8c43bee39f785b890ead89f8d812 /config | |
parent | 489409f30f2495a1dff43ead9d201a4b28cdbe82 (diff) |
Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 50ae71ed9..df8b612ea 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -1086,6 +1086,11 @@ $config['strip_existing_sig'] = true; // 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; |