mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 12:05:28 +00:00
merge of '7552a94eb1b6254545099a5beeef2e57fd0e0da3'
and 'cbe8e2b0be511edea6bd5d62d20fad24d0a1f260' Monotone-Parent: 7552a94eb1b6254545099a5beeef2e57fd0e0da3 Monotone-Parent: cbe8e2b0be511edea6bd5d62d20fad24d0a1f260 Monotone-Revision: 885a8aa2d3e7ce7d4493c5d244d42811994b1fb8 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-26T14:06:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -198,6 +198,6 @@ SOGoMailDataSource = Class.create({
|
||||
},
|
||||
|
||||
indexOf: function(uid) {
|
||||
this.uids.indexOf(uid + "");
|
||||
return this.uids.indexOf(parseInt(uid));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user