Changeset 600981d in github


Ignore:
Timestamp:
Apr 1, 2010 7:04:47 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
1820932
Parents:
65c8764b
Message:
  • fix comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcmail.php

    rc0297f4 r600981d  
    423423    $this->imap->set_pagesize($this->config->get('pagesize', 50)); 
    424424     
    425     // Setting root and delimiter before iil_Connect can save time detecting them 
    426     // using NAMESPACE and LIST  
     425    // Setting root and delimiter before establishing the connection 
     426    // can save time detecting them using NAMESPACE and LIST  
    427427    $options = array( 
    428428      'auth_method' => $this->config->get('imap_auth_type', 'check'), 
Note: See TracChangeset for help on using the changeset viewer.