From 4647e1bbb5beba82605695c4dc989ca867e53244 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 23 Mar 2006 17:32:47 -0500
Subject: [PATCH] Started implementing search function
---
index.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/index.php b/index.php
index 72a6826..8a98af6 100644
--- a/index.php
+++ b/index.php
@@ -266,9 +266,12 @@
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');
--
Gitblit v1.9.1