thomascube
2006-01-25 5e35126796f14e0910a007972779d96fd49e1789
index.php
@@ -47,6 +47,7 @@
$INSTALL_PATH = dirname($_SERVER['SCRIPT_FILENAME']);
$OUTPUT_TYPE = 'html';
$JS_OBJECT_NAME = 'rcmail';
$CHARSET = 'UTF-8';
if (empty($INSTALL_PATH))
  $INSTALL_PATH = './';
@@ -243,7 +244,7 @@
  if ($_action=='addcontact')
    include('program/steps/mail/addcontact.inc');
  if ($_action=='expunge')
  if ($_action=='expunge' || $_action=='purge')
    include('program/steps/mail/folders.inc');
  if ($_action=='check-recent')