From 3e94d97cdbfd9926ca1182654c60b88d77871124 Mon Sep 17 00:00:00 2001 From: roundcube Date: Thu, 23 Mar 2006 22:32:47 +0000 Subject: Started implementing search function git-svn-id: https://svn.roundcube.net/trunk@171 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roundcubemail/index.php') diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 72a682694..8a98af6ff 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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