summaryrefslogtreecommitdiff
path: root/installer/rcube_install.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-26 18:20:28 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-26 18:20:28 +0200
commit651c7b6e9df38a3b7cdf6daebed39021d88c3bea (patch)
treebac0d18414e6e4b7a5f2ad7ba37403c5bf5a65b9 /installer/rcube_install.php
parent4877dbd4d2ca63d7f6b8857abcb4d2f895f2542e (diff)
Add option to not include original message on reply, rename option top_posting to reply_mode (#1485149)
Diffstat (limited to 'installer/rcube_install.php')
-rw-r--r--installer/rcube_install.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/installer/rcube_install.php b/installer/rcube_install.php
index bfb111f1d..5af871346 100644
--- a/installer/rcube_install.php
+++ b/installer/rcube_install.php
@@ -35,13 +35,14 @@ class rcube_install
var $obsolete_config = array('db_backend', 'double_auth');
var $replaced_config = array(
- 'skin_path' => 'skin',
- 'locale_string' => 'language',
- 'multiple_identities' => 'identities_level',
+ 'skin_path' => 'skin',
+ 'locale_string' => 'language',
+ 'multiple_identities' => 'identities_level',
'addrbook_show_images' => 'show_images',
- 'imap_root' => 'imap_ns_personal',
- 'pagesize' => 'mail_pagesize',
+ 'imap_root' => 'imap_ns_personal',
+ 'pagesize' => 'mail_pagesize',
'default_imap_folders' => 'default_folders',
+ 'top_posting' => 'reply_mode',
);
// these config options are required for a working system