You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating
Starting from version 2.2.0 the add-on displays header parts that matches all capturing groups of the regular expression. Previously it displayed only the first capturing group match.
Users may need to update regular expressions replacing 2nd+ capturing groups with non-capturing groups (:?…).
This breaks compatibility with previous Thunderbird versions.
The add-on requires full unrestricted access to Thunderbird for being able to display the Received header in the message header area.
Migration
You need to re-enter the add-on configuration settings. It is merely a single option: the regular expression.
In case you forgot it, look for extensions.received.regexp preference in the Configuration Editor (about:config page).