From 143984599ec661a694e2c3ed257753de53c8ac56 Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 6 Aug 2002 22:44:23 +0000 Subject: [PATCH] added hidden field location git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3260 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 581cda39..49a39152 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -717,6 +717,7 @@ function mail_message_listing_beginning ($imapConnection, echo getButton('SUBMIT', 'markRead',_("Read")) ."\n"; echo getButton('SUBMIT', 'markUnread',_("Unread")) ."\n"; echo getButton('SUBMIT', 'delete',_("Delete")) .' '."\n"; + echo ''; echo "\n" . " \n"; -- 2.25.1