From b19097058c02f203321599bf04a5d7da7c2dafe8 Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 1 Dec 2006 18:06:16 +0000 Subject: Introducing preview pane and conditional skin tags --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index da92874a2..5d42e6ddd 100644 --- a/index.php +++ b/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') -- cgit v1.2.3