From 02ad7ce1ad7c5e651edf58b19cc84e1d4adaf4ec Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 16 Jan 2001 05:04:38 +0000 Subject: [PATCH] fixed minor bug with expunge button not showing up git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@944 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 23c08e17..7b71f9ed 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -471,7 +471,7 @@ echo " \n"; echo " \n"; echo " \n"; - if (! $move_to_trash && ! $auto_expunge) { + if (! $auto_expunge) { echo "  ". _("mailbox") ."  \n"; } echo "  ". _("checked messages") ."\n"; -- 2.25.1