From: Michael M Slusarz Date: Tue, 28 Jul 2009 06:10:53 +0000 (-0600) Subject: On error, we can directly load mailbox.php page here. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1a3b90c0e1e0817cf57bac5c4bddc2a2f4371cc7;p=horde.git On error, we can directly load mailbox.php page here. --- diff --git a/imp/search.php b/imp/search.php index 0ae84216b..fb0b8a895 100644 --- a/imp/search.php +++ b/imp/search.php @@ -1,5 +1,7 @@ push(_("Searching is not available with a POP3 server."), 'horde.error'); - header('Location: ' . Horde::applicationUrl('mailbox.php', true)); + $from_message_page = true; + $actionID = $start = null; + require_once IMP_BASE . '/mailbox.php'; exit; }