program/lib/Roundcube/rcube_storage.php
@@ -53,6 +53,7 @@ protected $all_headers = array( 'IN-REPLY-TO', 'BCC', 'SENDER', 'MESSAGE-ID', 'CONTENT-TRANSFER-ENCODING', 'REFERENCES', @@ -806,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()); /**