Update ExchangeSession test

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@600 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-06-24 15:18:50 +00:00
parent ffe9718de3
commit 254136eda5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class TestExchangeSession {
}
System.out.println("Elapsed time " + (System.currentTimeMillis() - startTime) + " ms");
session.purgeOldestTrashAndSentMessages();
//session.purgeOldestTrashAndSentMessages();
} catch (Exception e) {
e.printStackTrace();