Skip to content

Releases: moisseev/received

2.3.2

11 May 08:28
Compare
Choose a tag to compare
  • Fix header display on TB 100.0+

2.3.1

14 Mar 08:18
Compare
Choose a tag to compare
  • Avoid error when there is no Received header

2.3.0

31 Jan 14:13
Compare
Choose a tag to compare
  • Add option to filter headers by order numbers

2.2.0

18 May 14:53
Compare
Choose a tag to compare
  • Add support for multiple capturing groups

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 (:?…).

2.1.1

19 Apr 14:17
Compare
Choose a tag to compare
  • Hide header until its value is set

2.1.0

02 Apr 05:43
Compare
Choose a tag to compare
  • Add support for messages displayed in a window

2.0.1

08 Feb 15:14
Compare
Choose a tag to compare
  • Hide header if no matches found

2.0.0

09 Dec 05:59
Compare
Choose a tag to compare

The add-on has been rewritten as MailExtension.

  • 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).

1.0.0

08 Dec 12:34
Compare
Choose a tag to compare
  • Convert to Thunderbird 68 compatible add-on. This breaks compatibility with previous Thunderbird versions.

0.2.3

17 Feb 17:33
Compare
Choose a tag to compare
  • Rework inline options to preferences window since inline options are not supported anymore in Thunderbird 58+