thomascube
2006-05-01 6204390af16bcf50f82da61a1aefc2ad0c0adf94
program/include/main.inc
@@ -189,12 +189,12 @@
  global $CONFIG, $IMAP;
  // set root dir from config
  if (strlen($CONFIG['imap_root']))
  if (!empty($CONFIG['imap_root']))
    $IMAP->set_rootdir($CONFIG['imap_root']);
  if (strlen($_SESSION['mbox']))
  if (!empty($_SESSION['mbox']))
    $IMAP->set_mailbox($_SESSION['mbox']);
  if (isset($_SESSION['page']))
    $IMAP->set_page($_SESSION['page']);
  }
@@ -1149,6 +1149,7 @@
        'priorityselector' => 'rcmail_priority_selector',
        'charsetselector' => 'rcmail_charset_selector',
        'searchform' => 'rcmail_search_form',
        'receiptcheckbox' => 'rcmail_receipt_checkbox',
        
        // ADDRESS BOOK
        'addresslist' => 'rcmail_contacts_list',