Comment 17 for bug 956618

Revision history for this message
In , Standard8 (mbanner) wrote :

(In reply to comment #14)
> (In reply to comment #11)
> > (From update of attachment 342561 [details] [details])
> > Sorry, this just isn't the right fix.
> >
> > One of the problems is it ignores the popularity index (i.e. overwrites it).
> >
> searching "PopularityIndex" in mxr.mozilla.org, I can't find anywhere else that
> use it expect here. What's the meaning of " PopularityIndex"? Isn't it how
> "popular" the AB item is?

Its values are set up in nsMsgCompose.cpp it is designed to be incremented each time the user sends a message to a contact. There are problems with it (for instance it just increments, there's no frequency option in there) which are covered in different bugs. The only actual use currently is in the autocomplete code.