From 9abd0f0089db877d2f6ec9f3a0b978ef3f11ce86 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 27 Nov 2008 11:25:31 +0000 Subject: - Allow UTF-8 folder names in config (#1485579) - Add junk_mbox option configuration in installer (#1485579) --- installer/config.php | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'installer/config.php') diff --git a/installer/config.php b/installer/config.php index 13371afac..fef222d8a 100644 --- a/installer/config.php +++ b/installer/config.php @@ -348,7 +348,7 @@ $text_sentmbox = new html_inputfield(array('name' => '_sent_mbox', 'size' => 20, echo $text_sentmbox->show($RCI->getprop('sent_mbox')); ?> -
Store sent messages is this folder
+
Store sent messages in this folder

Leave blank if sent messages should not be stored

@@ -374,9 +374,21 @@ $text_draftsmbox = new html_inputfield(array('name' => '_drafts_mbox', 'size' => echo $text_draftsmbox->show($RCI->getprop('drafts_mbox')); ?> -
Store draft messages is this folder
+
Store draft messages in this folder
+ +

Leave blank if they should not be stored

+
junk_mbox
+
+ '_junk_mbox', 'size' => 20, 'id' => "cfgjunkmbox")); +echo $text_junkmbox->show($RCI->getprop('junk_mbox')); + +?> +
Store spam messages in this folder
+
-- cgit v1.2.3