Missed one var to set
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 May 2004 17:11:41 +0000 (17:11 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 24 May 2004 17:11:41 +0000 (17:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7543 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index 47f488a380b2f8c9ab662d64aa26489ac5119814..93df5941ef7cd4121d311b2c3254f71de017917a 100644 (file)
@@ -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;