From 328955d4125b8f1bccbc0cafff24ca453dbe5d11 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 21 Sep 2010 21:33:47 -0600 Subject: [PATCH] Use correct parameter name --- imp/config/prefs.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/config/prefs.php.dist b/imp/config/prefs.php.dist index 46e9d5e27..bae00245e 100644 --- a/imp/config/prefs.php.dist +++ b/imp/config/prefs.php.dist @@ -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;}}}' -- 2.11.0