Popular recipients function

Hello everyone,
I noticed the new function “popular recipients” in RB7, which is cool, but does anyone know if there’s an option to opt out of it?

Hey, @le.khalid, not yet. The whole thing is not yet final (it’ll eventually include at least an option to blacklist/ignore individual recipients from there), so when I get to that I’ll make sure to add an option to disable it completely as well.

As a workaround, for now, you can use a Userstyle to hide them in your browser, using something like this:

app-popular-recipients { display: none; }
.recipientSuggestionContainer { display: none; }

With a browser extension like Stylus for Firefox or Chrome. Obviously not a proper solution, but it’s a workaround you can apply locally before the disabling feature is deployed :­)