Administrator Plugin
[squirrelmail.git] / src / options_folder.php
index 0cd7333e25b8c887c6861a045f1f0baacdb953f9..3ee491017ee85e37ce2f8a12c51bf9e3da96986f 100644 (file)
@@ -189,7 +189,7 @@ function load_optpage_data_folder() {
         'name'    => 'search_memory',
         'caption' => _("Memory Search"),
         'type'    => SMOPT_TYPE_STRLIST,
-        'refresh' => SMOPT_REFRESH_FOLDERLIST,
+        'refresh' => SMOPT_REFRESH_NONE,
         'posvals' => array( 0 => _("Disabled"),
                             1 => '1',
                             2 => '2',
@@ -199,7 +199,8 @@ function load_optpage_data_folder() {
                             6 => '6',
                             7 => '7',
                             8 => '8',
-                            9 => '9') 
+                            9 => '9')
+    );
 
     /* Assemble all this together and return it as our result. */
     $result = array(