thomascube
2009-03-09 378ba1d1903d644893cac79a08750a8bfeba8f43
index.php
@@ -2,7 +2,7 @@
/*
 +-------------------------------------------------------------------------+
 | RoundCube Webmail IMAP Client                                           |
 | Version 0.2-20080829                                                    |
 | Version 0.2.1                                                           |
 |                                                                         |
 | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland                   |
 |                                                                         |
@@ -72,6 +72,10 @@
// try to log in
if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') {
  // purge the session in case of new login when a session already exists
  $RCMAIL->kill_session();
  // set IMAP host
  $host = $RCMAIL->autoselect_host();
  
  // check if client supports cookies
@@ -179,6 +183,7 @@
    'remove-attachment'  => 'attachments.inc',
    'display-attachment' => 'attachments.inc',
    'upload' => 'attachments.inc',
    'check-recent' => 'check_recent.inc',
  ),
  
  'addressbook' => array(