Use correct parameter name
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Sep 2010 03:33:47 +0000 (21:33 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 22 Sep 2010 03:33:57 +0000 (21:33 -0600)
imp/config/prefs.php.dist

index 46e9d5e..bae0024 100644 (file)
@@ -387,11 +387,11 @@ $_prefs['vfolder'] = array(
     // 'value' => serialize(array(
     //     // Virtual Inbox, enabled by default.
     //     new IMP_Search_Vfolder_Vinbox(array(
-    //         'disabled' => false
+    //         'disable' => false
     //     )),
     //     // Virtual Trash, disabled by default.
     //     new IMP_Search_Vfolder_Vtrash(array(
-    //         'disabled' => true
+    //         'disable' => true
     //     ))
     // ))
     'value' => 'a:1:{i:0;C:25:"IMP_Search_Vfolder_Vinbox":175:{a:3:{s:1:"c";a:2:{i:0;C:23:"IMP_Search_Element_Flag":24:{[1,{"f":"\\seen","s":0}]}i:1;C:23:"IMP_Search_Element_Flag":27:{[1,{"f":"\\deleted","s":0}]}}s:1:"e";i:1;s:1:"v";i:1;}}}'