diff options
author | alecpl <alec@alec.pl> | 2010-04-01 11:04:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-04-01 11:04:47 +0000 |
commit | 600981d1d35f05c1c175ada25adedb0233542806 (patch) | |
tree | b38e2430e163faad2ccca873b35818c27a5c4ae5 /program | |
parent | 65c8764b19d16ebdcd270f5c9bf0162e686c56bd (diff) |
- fix comment
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index f1e9d3fc9..b278f31b7 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -422,8 +422,8 @@ class rcmail // set pagesize from config $this->imap->set_pagesize($this->config->get('pagesize', 50)); - // Setting root and delimiter before iil_Connect can save time detecting them - // using NAMESPACE and LIST + // Setting root and delimiter before establishing the connection + // can save time detecting them using NAMESPACE and LIST $options = array( 'auth_method' => $this->config->get('imap_auth_type', 'check'), 'delimiter' => isset($_SESSION['imap_delimiter']) ? $_SESSION['imap_delimiter'] : $this->config->get('imap_delimiter'), |