From ab050cb340a6459de413ce0bbd109e1971f72041 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sat, 29 Oct 2011 22:16:16 +0000 Subject: [PATCH] list-virtual.php: - display everything by default, not only mailboxes git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1246 a1433add-5e2c-0410-b055-b7f2511e0802 --- list-virtual.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list-virtual.php b/list-virtual.php index a7f3c89f..b6f2e3ca 100644 --- a/list-virtual.php +++ b/list-virtual.php @@ -467,7 +467,7 @@ if (isset ($_GET ['tab'])) //if (empty ($_GET ['tab'])) // unset ($_SESSION ['tab']); if (!isset ($_SESSION ['tab'])) - $_SESSION ['tab'] = 'mailbox'; + $_SESSION ['tab'] = 'all'; $smarty->assign ('tab', $_SESSION ['tab']); $smarty->assign ('smarty_template', 'list-virtual'); $smarty->display ('index.tpl');