diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-12-14 23:47:32 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-12-14 23:47:32 +0000 |
| commit | 8fbd3285af7ef4e5bd19452ccc38ac1178e85af3 (patch) | |
| tree | 956318ece2b4febe70f5aa576d7262a2b364d6e8 /roundcubemail/program/include/rcube_imap.inc | |
| parent | f4976fb36afdb30f8740ecd17c663c9fb81cf1f8 (diff) | |
IMAP bugfixes, better signature handling
git-svn-id: https://svn.roundcube.net/trunk@91 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_imap.inc')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.inc b/roundcubemail/program/include/rcube_imap.inc index cc30b3fe4..593225da2 100644 --- a/roundcubemail/program/include/rcube_imap.inc +++ b/roundcubemail/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); } |
