Hi Stef --

We cannot remove that method because Tim changed the OrderedCollection to Set in 2020 in the superclass, which Eliot then fixed RecentMessageSet to retain the incoming order.

I think we should revert that change from 2020 in MessageSet and use an OrderedCollection again.

Best,
Marcel

Am 03.08.2022 14:35:09 schrieb Stéphane Rollandin <lecteur@zogotounga.net>:

Hello,

In 6.0, method #initializeMessageList: is implemented in
RecentMessageSet and, as a consequence, the preference MessageSet
useUnifiedMessageLabels has no effect there.

It seems that this method can simply be removed to fix the problem.

Stef