From 18ef8f2b48466c76605ad42fb633aebce90898d9 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 31 May 2005 17:42:17 +0000 Subject: [PATCH] todo about caching git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9486 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index f2d733ee..4cf256cc 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -902,6 +902,8 @@ function sqimap_mailbox_tree($imap_stream) { $folder_prefix, $delimiter, $trash_folder, $move_to_trash, $imap_server_type, $show_only_subscribed_folders; + // TODO: implement mailbox tree caching. maybe store object in session? + $noselect = false; $noinferiors = false; -- 2.25.1