summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-05-01 16:27:19 +0000
committerthomascube <thomas@roundcube.net>2006-05-01 16:27:19 +0000
commitdd53e2b489e8787bb339511e33f2d6c4fd5efe3f (patch)
tree59100ce9248efa611c05157aaab4d558cac544bb /index.php
parentfecb03f44a3a2c3dace7d17eebebbb787a9042e3 (diff)
Started integrating GoogieSpell
Diffstat (limited to 'index.php')
-rw-r--r--index.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/index.php b/index.php
index 0c98e8aca..b82d19ca2 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
- | Version 0.1-20060402 |
+ | Version 0.1-20060501 |
| |
| Copyright (C) 2005, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
@@ -40,7 +40,7 @@
*/
-define('RCMAIL_VERSION', '0.1-20060402');
+define('RCMAIL_VERSION', '0.1-20060501');
// define global vars
$CHARSET = 'UTF-8';
@@ -276,7 +276,10 @@ if ($_task=='mail')
include('program/steps/mail/list.inc');
if ($_action=='search')
- include('program/steps/mail/search.inc');
+ include('program/steps/mail/search.inc');
+
+ if ($_action=='spell')
+ include('program/steps/mail/spell.inc');
if ($_action=='rss')
include('program/steps/mail/rss.inc');