Now we can handle nested parenthesis :)
[squirrelmail.git] / plugins / administrator / defines.php
index 24660287e531cbb5d8423e0baa3ee035575dc946..1b9a8674e01a910698fa21b5cf1c6beac0650881 100644 (file)
@@ -120,9 +120,10 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                                                   'default' => false ),
                                 '$imap_auth_mech' => array( 'name' => _("IMAP Authentication Type"),
                                                                                         'type' => SMOPT_TYPE_STRLIST,
-                                                                                        'posvals' => array('plain' => 'Plaintext',
+                                                                                        'posvals' => array('login' => 'IMAP LOGIN',
                                                                                                                            'cram-md5' => 'CRAM-MD5',
-                                                                                                                               'digest-md5' => 'DIGEST-MD5') ),
+                                                                                                                               'digest-md5' => 'DIGEST-MD5'),
+                                                                                        'default' => 'login' ),
                  '$useSendmail' => array( 'name' => _("Use Sendmail Binary"),
                                           'type' => SMOPT_TYPE_BOOLEAN,
                                                                                  'comment' => "Say 'no' for SMTP" ),
@@ -141,7 +142,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                 '$smtp_auth_mech' => array( 'name' => _("SMTP Authentication Type"),
                                                                                         'type' => SMOPT_TYPE_STRLIST,
                                                                                         'posvals' => array('none' => 'No SMTP auth',
-                                                                                                           'plain' => 'Plaintext',
+                                                                                                                               'login' => 'Login (Plaintext)',
                                                                                                                                'cram-md5' => 'CRAM-MD5',
                                                                                                                                'digest-md5' => 'DIGEST-MD5'),
                                                                                         'default' => 'none'),