thomascube
2006-09-01 3ea0e3202a73eb7efcbf0b825582a6d3504658aa
index.php
@@ -2,7 +2,7 @@
/*
 +-----------------------------------------------------------------------+
 | RoundCube Webmail IMAP Client                                         |
 | Version 0.1-beta2                                                     |
 | Version 0.1-20060901                                                  |
 |                                                                       |
 | Copyright (C) 2005-2006, RoundCube Dev. - Switzerland                 |
 | Licensed under the GNU GPL                                            |
@@ -40,7 +40,7 @@
*/
define('RCMAIL_VERSION', '0.1-beta2');
define('RCMAIL_VERSION', '0.1-20060901');
// define global vars
$CHARSET = 'UTF-8';
@@ -116,7 +116,7 @@
// add framed parameter
if ($_framed)
  {
  $COMM_PATH .= '&_framed=1';
  $COMM_PATH .= '&_framed=1';
  $SESS_HIDDEN_FIELD .= "\n".'<input type="hidden" name="_framed" value="1" />';
  }
@@ -288,6 +288,9 @@
  if ($_action=='rss')
    include('program/steps/mail/rss.inc');
  if ($_action=='quotaimg')
    include('program/steps/mail/quotaimg.inc');
  // make sure the message count is refreshed