diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-01 11:04:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-01 11:04:47 +0000 |
| commit | a756cd373e2bf3645c5a47bc6b253fcdffea9dc6 (patch) | |
| tree | 3f5705e3e9c6bf5ecb9e6c0b57a7b382fb90bd4f /roundcubemail/program/include | |
| parent | e2b1c538293832521f70c87d8f51f81fdbb4c2c8 (diff) | |
- fix comment
git-svn-id: https://svn.roundcube.net/trunk@3461 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index f1e9d3fc9..b278f31b7 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/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'), |
