diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 16:27:19 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-05-01 16:27:19 +0000 |
| commit | 2e1bb649248ce177fc1a4ea7c7c7c4745dc30a5a (patch) | |
| tree | 674d859c5ca4becae28140f19e9f47dc4bfe0068 /roundcubemail/index.php | |
| parent | 71e9f75c2be6c59bac0c514d6ef356bea8391ade (diff) | |
Started integrating GoogieSpell
git-svn-id: https://svn.roundcube.net/trunk@214 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 0c98e8aca..b82d19ca2 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/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'); |
