1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

DAV: switch icon on large message download

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1683 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-05-16 08:51:52 +00:00
parent adff38de57
commit a0f075c632

View File

@ -2572,6 +2572,7 @@ public class DavExchangeSession extends ExchangeSession {
totalCount += count;
if (totalCount - lastLogCount > 1024*1024) {
LOGGER.debug("Downloaded " + (totalCount/1024) + " KBytes from " + method.getURI());
DavGatewayTray.switchIcon();
lastLogCount = totalCount;
}
return count;