diff options
author | thomascube <thomas@roundcube.net> | 2005-12-14 23:47:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-12-14 23:47:32 +0000 |
commit | 749b07c78a29b03c63812c3ec3630b16db4baa8f (patch) | |
tree | 5e6749f18a5a65a6bd0b97b356d41358e3676fea /program/include/rcube_imap.inc | |
parent | 9fc381f4e8712fec0e7b67c0f4e7af0980261e16 (diff) |
IMAP bugfixes, better signature handling
Diffstat (limited to 'program/include/rcube_imap.inc')
-rw-r--r-- | program/include/rcube_imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.inc b/program/include/rcube_imap.inc index cc30b3fe4..593225da2 100644 --- a/program/include/rcube_imap.inc +++ b/program/include/rcube_imap.inc @@ -480,7 +480,7 @@ class rcube_imap // cache is OK if ($cache_status>0) { - $a_index = get_message_cache_index($cache_key, FALSE, $this->sort_field); + $a_index = $this->get_message_cache_index($cache_key, FALSE, $this->sort_field); return array_values($a_index); } |