mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-03 22:26:24 +00:00
Monotone-Parent: c5274b65b46d7fb2a662a60b3f1428b9eaec7d7a
Monotone-Revision: cbe8e2b0be511edea6bd5d62d20fad24d0a1f260 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-08-25T21:15:02 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