diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-01 18:06:16 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-12-01 18:06:16 +0000 |
| commit | aa6eb357d0f95af9d86185ccb35d9139ce8037dd (patch) | |
| tree | af0cc5a0393f6288f8b512faad5f9e0cc01cd399 /roundcubemail/index.php | |
| parent | f61b44657d2e300915ee5c09e1db36e90a06d775 (diff) | |
Introducing preview pane and conditional skin tags
git-svn-id: https://svn.roundcube.net/trunk@388 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/index.php')
| -rw-r--r-- | roundcubemail/index.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roundcubemail/index.php b/roundcubemail/index.php index da92874a2..5d42e6ddd 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -2,7 +2,7 @@ /* +-----------------------------------------------------------------------+ | RoundCube Webmail IMAP Client | - | Version 0.1-20061122 | + | Version 0.1-20061201 | | | | Copyright (C) 2005-2006, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | @@ -40,7 +40,7 @@ */ -define('RCMAIL_VERSION', '0.1-20061122'); +define('RCMAIL_VERSION', '0.1-20061201'); // define global vars $CHARSET = 'UTF-8'; @@ -264,7 +264,7 @@ if ($_task=='mail') { include_once('program/steps/mail/func.inc'); - if ($_action=='show' || $_action=='print') + if ($_action=='show' || $_action=='preview' || $_action=='print') include('program/steps/mail/show.inc'); if ($_action=='get') |
