From 336bc47f40dfe70716deb7bedaea1b4f47ef63b5 Mon Sep 17 00:00:00 2001 From: kink Date: Sat, 26 Mar 2005 18:52:41 +0000 Subject: [PATCH] add includes from imap_search.php to imap.php for backwards compatibility. Thanks Alex for the tip. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9141 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/functions/imap.php b/functions/imap.php index 2cb641c4..1943e43e 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -19,4 +19,9 @@ require_once(SM_PATH . 'functions/imap_mailbox.php'); require_once(SM_PATH . 'functions/imap_messages.php'); require_once(SM_PATH . 'functions/imap_general.php'); +/** This is here for bc */ +require_once(SM_PATH . 'functions/date.php'); +require_once(SM_PATH . 'functions/mailbox_display.php'); +require_once(SM_PATH . 'functions/mime.php'); + ?> -- 2.25.1