From 4647e1bbb5beba82605695c4dc989ca867e53244 Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 23 Mar 2006 22:32:47 +0000 Subject: Started implementing search function --- index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 72a682694..8a98af6ff 100644 --- a/index.php +++ b/index.php @@ -266,9 +266,12 @@ if ($_task=='mail') if ($_action=='getunread') include('program/steps/mail/getunread.inc'); - if ($_action=='list' && $_GET['_remote']) + if ($_action=='list' && isset($_GET['_remote'])) include('program/steps/mail/list.inc'); + if ($_action=='search') + include('program/steps/mail/search.inc'); + if ($_action=='rss') include('program/steps/mail/rss.inc'); -- cgit v1.2.3