Aleksander Machniak
2013-03-16 6e8f2a7448d9bf5a87603b197816027f3dd4bb4c
program/lib/Roundcube/rcube_storage.php
@@ -807,13 +807,14 @@
    /**
     * Returns current status of a folder
     * Returns current status of a folder (compared to the last time use)
     *
     * @param string $folder Folder name
     * @param array  $diff   Difference data
     *
     * @return int Folder status
     */
    abstract function folder_status($folder = null);
    abstract function folder_status($folder = null, &$diff = array());
    /**