From: jervfors Date: Wed, 7 Mar 2007 21:56:05 +0000 (+0000) Subject: Adding a missing setting (since 1.4.6 RC 1). X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=06c6e5c8b39aec65a5d387322113d09363e2366a;p=squirrelmail.git Adding a missing setting (since 1.4.6 RC 1). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12323 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 3a9977a3..fdc9642d 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -121,6 +121,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'hmailserver' => _("hMailServer IMAP server"), 'mercury32' => _("Mercury/32 IMAP server"), 'bincimap' => _("Binc IMAP server"), + 'dovecot' => _("Dovecot IMAP server"), 'other' => _("Not one of the above servers") ) ), '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"), 'type' => SMOPT_TYPE_STRING, @@ -178,7 +179,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN, 'default' => false ), '$encode_header_key' => array( 'name' => _("Header Encryption Key"), - 'type' => SMOPT_TYPE_STRING ), + 'type' => SMOPT_TYPE_STRING ), '$invert_time' => array( 'name' => _("Invert Time"), 'type' => SMOPT_TYPE_BOOLEAN ), /* --------------------------------------------------------*/ @@ -430,4 +431,3 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), /* --------------------------------------------------------*/ ); -