diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-04 18:09:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-04 18:09:26 +0000 |
| commit | 41b109fcba44afa8de078196d8e86855af83643e (patch) | |
| tree | d9960cb4d3bb4b62b1c0557c31d6c7b0589610a4 /roundcubemail/program/include/rcube_message.php | |
| parent | 973c0b8ed7f5c2458d84087d0ccbcbbc527ee194 (diff) | |
- Minimize FETCH response for messages listing (when caching is disabled)
git-svn-id: https://svn.roundcube.net/trunk@4035 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_message.php')
| -rw-r--r-- | roundcubemail/program/include/rcube_message.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_message.php b/roundcubemail/program/include/rcube_message.php index 6a6186d47..19f36b335 100644 --- a/roundcubemail/program/include/rcube_message.php +++ b/roundcubemail/program/include/rcube_message.php @@ -74,6 +74,7 @@ class rcube_message { $this->app = rcmail::get_instance(); $this->imap = $this->app->imap; + $this->imap->get_all_headers = true; $this->uid = $uid; $this->headers = $this->imap->get_headers($uid, NULL, true, true); |
