See Changelog.

Monotone-Parent: eeede995522aac10418121af680e6cf94cb7bb4a
Monotone-Revision: 50723500f3fd2e527f835f55eb94a6a5f7413e40

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-03T20:53:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-03 20:53:13 +00:00
parent 761462e26c
commit 46258f5805
4 changed files with 35 additions and 15 deletions

View File

@@ -129,7 +129,7 @@ SOGoMailDataSource = Class.create({
start = index;
end = index + count;
}
// log ("MailDataSource._getData() from " + index + " to " + (index + count) + " boosted from " + start + " to " + end);
// log ("MailDataSource._getData() from " + index + " to " + (index + count) + " boosted from " + start + " to " + end);
for (i = 0, j = start; j < end; j++) {
if (!this.cache.get(this.uids[j])) {