From e164659022d8fa13d368b99ef81dbd632edc4381 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 24 Jun 2003 23:20:12 +0000 Subject: [PATCH] No one objected, so here's a new hook git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5112 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/left_main.php b/src/left_main.php index 3c7c9176..7b0ad989 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -100,6 +100,10 @@ function formatMailboxName($imapConnection, $box_array) { "  ("._("purge").")" . ""; } + } else { + $line .= concat_hook_function('left_main_after_each_folder', + array(isset($numMessages) ? $numMessages : '', + $real_box, $imapConnection)); } /* Return the final product. */ -- 2.25.1