From d9b498c945603df11897b3835afbc4099fe5ae45 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 17 Mar 2010 12:37:22 -0600 Subject: [PATCH] Missing argument to folderPref() --- imp/lib/Views/ListMessages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Views/ListMessages.php b/imp/lib/Views/ListMessages.php index 3b73f9b5e..4e262f5fc 100644 --- a/imp/lib/Views/ListMessages.php +++ b/imp/lib/Views/ListMessages.php @@ -119,7 +119,7 @@ class IMP_Views_ListMessages if ($args['initial']) { if (IMP::isSpecialFolder($mbox)) { $md->special = 1; - if ($mbox == IMP::folderPref($GLOBALS['prefs']->getValue('drafts_folder'))) { + if ($mbox == IMP::folderPref($GLOBALS['prefs']->getValue('drafts_folder'), true)) { $md->drafts = 1; } } -- 2.11.0