From 96e3c0bd7f18c513e26694a9a70ed2233ed7efe5 Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 24 May 2004 17:11:41 +0000 Subject: [PATCH] Missed one var to set git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7543 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/right_main.php b/src/right_main.php index 47f488a3..93df5941 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -171,6 +171,7 @@ $aLastSelectedMailbox['LIMIT'] = ($show_num != 999999) ? $show_num : $aMbxRespon $aLastSelectedMailbox['UIDSET'] = $aMbxResponse['SORT_ARRAY']; $aLastSelectedMailbox['SEEN'] = (isset($aMbxResponse['SEEN'])) ? $aMbxResponse['SEEN'] : $aMbxResponse['EXISTS']; $aLastSelectedMailbox['RECENT'] = (isset($aMbxResponse['RECENT'])) ? $aMbxResponse['RECENT'] : 0; +$aLastSelectedMailbox['RIGHTS'] = $aMbxResponse['RIGHTS']; $aLastSelectedMailbox['AUTO_EXPUNGE'] = $auto_expunge; -- 2.25.1