From 263f3157c881160f83f7017ed83b6da34e918041 Mon Sep 17 00:00:00 2001 From: alex-brainstorm Date: Wed, 3 Dec 2003 13:59:48 +0000 Subject: [PATCH] Fix a old fix that was breaking the search when coming back from move_messages git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6235 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 aa15493b..e3539e0b 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -767,7 +767,7 @@ function mail_message_listing_beginning ($imapConnection, echo getButton('SUBMIT', 'markRead',_("Read")); echo getButton('SUBMIT', 'markUnread',_("Unread")); echo getButton('SUBMIT', 'delete',_("Delete")) ." \n"; - if (!strpos($php_self,'mailbox')) { + if (!strpos($php_self,'?')) { $location = $php_self.'?mailbox=INBOX&startMessage=1'; } else { $location = $php_self; -- 2.25.1