MessageFaces

Release History

1.2.5 (2016-04-25)
implement a dirty hack that will only apply the column to the mailnews view when the preference is enabled (when enabled, the column will become the correct height only once a message is clicked. I do not know why this happens).
1.2.4 (2016-04-24)
add custom mailnews column.
cache gravatar images.
enable x-face styling through #fromBuddyIconXFace element (for example, in the userChrome.css file).
1.2.3 (2016-04-09)
Added support for address book/contact photo faces in the message header.
1.2.2 (2016-04-01)
Added support for displaying multiple picons at once (for local lookups), if available.

Can now display X-Image-URL, X-Face-URL, and Face-URL headers in separate vboxes (alongside all other headers).
1.2.1 (2016-03-14)
Added local picon lookup support
1.2 (2016-03-08)
Added picon support
1.1.3 (2016-03-07)
Fixed an old msgHdrViewOverlay.js method call that had been removed from the API (GetFirstSelectedMessage() is now gFolderDisplay.selectedMessageUris[0];)

Fixed a bug that would prevent the default preferences from being read

Fixed a bug that would assign the wrong variable preference values (changed gPrefBranch calls to global mfPref. gPrefBranch was never even initialized??)

Fixed a bug that would cause the program to give up before reading the entire header (this was especially bad for modern web-servers like Google's gmail. (changed '(content.length > 512 * 8)' to (content.length > 512 * 32)

This add-on now works again.
1.1.2 (2007-05-14)
V1.1.2 fixes a bug introduced in version 1.1.1 which continued to show the previous message's face image when the selected message did not have one.
1.1.1 (2007-05-01)
With version 1.1.1, MessageFaces was made compatible with Thunderbird 2. No other changes were made.
1.1 (2005-08-05)
Adds support for X-Face headers, gravatar.com, local Face images and Face URLs. Adds Brazilian, Catalan, Hungarian and Polish locales.
1.0 (2004-10-28)
Initial release, displays the Face header and allows the user to set Face images for each identity. Includes English (en-US) and German (de-DE) locales. Followed by bugfix releases 1.0.1 and 1.0.2
Valid HTML 4.01!