diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-02 22:31:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-02 22:31:11 +0000 |
| commit | bd9b428b574d0309c86cb30007834f4b2857467e (patch) | |
| tree | d64f8a9940ea5222e7389566fa8bc7ad555ea482 | |
| parent | 4668bcf3ac6656f578f74c34bdad5a9428e99446 (diff) | |
Use private method
git-svn-id: https://svn.roundcube.net/trunk@3307 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.php b/roundcubemail/program/include/rcube_imap.php index c9d2454b1..ca862807f 100644 --- a/roundcubemail/program/include/rcube_imap.php +++ b/roundcubemail/program/include/rcube_imap.php @@ -880,7 +880,7 @@ class rcube_imap $old_maxuid = intval($_SESSION['maxuid'][$mailbox]); // refresh message count -> will update $_SESSION['maxuid'][$mailbox] - $this->messagecount($mbox_name, 'ALL', true); + $this->_messagecount($mailbox, 'ALL', true); if ($_SESSION['maxuid'][$mailbox] > $old_maxuid) { $maxuid = max(1, $old_maxuid+1); |
