From 749b07c78a29b03c63812c3ec3630b16db4baa8f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 14 Dec 2005 18:47:32 -0500 Subject: [PATCH] IMAP bugfixes, better signature handling --- 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 cc30b3f..593225d 100644 --- a/program/include/rcube_imap.inc +++ b/program/include/rcube_imap.inc @@ -480,7 +480,7 @@ // 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); } -- Gitblit v1.9.1