diff options
author | alecpl <alec@alec.pl> | 2010-10-04 18:09:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-04 18:09:26 +0000 |
commit | 103ddcde87f77da28fa2c1f7942763db1c65b34a (patch) | |
tree | 24f868e6d441590ddb0e65bec0685ae889d57f2b /program/include/rcube_message.php | |
parent | 9cc93aea7cda73d102c0a0045c66a5360da24b79 (diff) |
- Minimize FETCH response for messages listing (when caching is disabled)
Diffstat (limited to 'program/include/rcube_message.php')
-rw-r--r-- | program/include/rcube_message.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcube_message.php b/program/include/rcube_message.php index 6a6186d47..19f36b335 100644 --- a/program/include/rcube_message.php +++ b/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); |