rebuild mailbox cache when trash is emptied. cleans cached trash subfolders
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Feb 2006 11:31:22 +0000 (11:31 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 5 Feb 2006 11:31:22 +0000 (11:31 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10647 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/empty_trash.php

index d81facc7d02777f80feec6693cf202979089d724..ceaac877173192dc35ffce5b8997bb5852e57dd9 100644 (file)
@@ -67,6 +67,8 @@ for ($i = 0; $i < $numboxes; $i++) {
 
 // now lets go through the tree and delete the folders
 walkTreeInPreOrderEmptyTrash(0, $imap_stream, $foldersTree);
+// update mailbox cache
+$mailboxes=sqimap_get_mailboxes($imap_stream,true,$show_only_subscribed_folders);
 sqimap_logout($imap_stream);
 
 // close session properly before redirecting