X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_folder.php;h=3ee491017ee85e37ce2f8a12c51bf9e3da96986f;hb=edd4a552074c0db684cd52f1d154b324716d6135;hp=0cd7333e25b8c887c6861a045f1f0baacdb953f9;hpb=0d672ac0213e1aa4b87954a10796cf4fdc0adf3c;p=squirrelmail.git diff --git a/src/options_folder.php b/src/options_folder.php index 0cd7333e..3ee49101 100644 --- a/src/options_folder.php +++ b/src/options_folder.php @@ -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(