Mailbox Alert Version History
38 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Version 0.30
- Updated new message trigger for compatibility with Thunderbird 102+ (thanks @EnigmaPatrick and @jobisoft)
- Fixed msg_preview macro (thanks @phil294)
- Fixed msg_preview macro (thanks @phil294)
- Source code released under BSD License
Version 0.29.1
- Fixed the issue where changing folder alert configuration would either not work or revert to original settings
- Fixed the issue where using the Mailbox Alert message filter target would not work*
- Fixed the issue where 'delete' option from the popup would not work
- Fixed the issue where having multiple windows open would trigger alerts multiple times*
*) You may need to restart thunderbird after the addon has been updated for the fix to apply
- Fixed the issue where using the Mailbox Alert message filter target would not work*
- Fixed the issue where 'delete' option from the popup would not work
- Fixed the issue where having multiple windows open would trigger alerts multiple times*
*) You may need to restart thunderbird after the addon has been updated for the fix to apply
- Source code released under BSD License
Version 0.28
* Merged TB91 compatibility updates submitted by jobisoft
- Source code released under BSD License
Version 0.27
o Update the popup notification to work better with (dark) themes
o Update the windowListener API to work with upcoming Thunderbird versions
o Update the windowListener API to work with upcoming Thunderbird versions
- Source code released under BSD License
Version 0.26
- Fix an error ("ReferenceError: Services not found") when trying to execute a command that itself contains an error. See https://github.com/tjeb/Mailbox-Alert/issues/24
- Workaround for an issue with running commands with arguments that have non-ascii characters, by forcing TB to convert it to utf-8
- Workaround for an issue with running commands with arguments that have non-ascii characters, by forcing TB to convert it to utf-8
- Source code released under BSD License
Version 0.25.1
- Fixed the issue 'undefined entity' when using a language setting other than en-US
- Source code released under BSD License
Version 0.25
- Made Mailbox Alert compatible with Thunderbird 78 by using the
windowListener experiment from John Bieling
(See https://github.com/thundernest/addon-developer-support)
- Added an option to execute command to let double-quotes in arguments
be escaped by another double-quote, for use with Windows cmd.exe
windowListener experiment from John Bieling
(See https://github.com/thundernest/addon-developer-support)
- Added an option to execute command to let double-quotes in arguments
be escaped by another double-quote, for use with Windows cmd.exe
- Source code released under BSD License
Version 0.24
- The Mailbox Alert action for Message Filters now works with Thunderbird 68
- Unfortunately, the changed APIs do mean that it now no longer works with older
versions (Thunderbird 60 and before), so from now on, older versions of TB
are no longer supported by new versions of Mailbox Alert. From now on, the
minimum TB version is 68, and I will start removing legacy code in the future.
- The %folder macro no longer adds a trailing / to the final folder (thanks to https://github.com/rnc)
- Unfortunately, the changed APIs do mean that it now no longer works with older
versions (Thunderbird 60 and before), so from now on, older versions of TB
are no longer supported by new versions of Mailbox Alert. From now on, the
minimum TB version is 68, and I will start removing legacy code in the future.
- The %folder macro no longer adds a trailing / to the final folder (thanks to https://github.com/rnc)
- Source code released under BSD License
Version 0.23.1
- Fixed issue where %server and %folder macros were no longer working
- Fixed issue where deleting alerts did not work
- Fixed issue where deleting alerts did not work
- Source code released under BSD License
Version 0.21
- Removed the 'delay' option from the folder-specific context menu. The option is still available in the global Tools menu. Note: It was always a global setting and not folder-specific.
- Source code released under BSD License
Version 0.20
- Fixed issues due to API changes in thunderbird
- Updated compatibility to TB 0.69b
- Updated compatibility to TB 0.69b
- Source code released under BSD License
Version 0.19
- Update for new Thunderbird APIs
- Should fix 'browse' buttons
- Should fix installation/compatiblity errors up to 67 (beta)
- Added Norwegian Bokmål translation (thanks @DandelionSprout)
- Remove error popup for unknown folder in audio browse file picker
- Should fix 'browse' buttons
- Should fix installation/compatiblity errors up to 67 (beta)
- Added Norwegian Bokmål translation (thanks @DandelionSprout)
- Remove error popup for unknown folder in audio browse file picker
- Source code released under BSD License
Version 0.17.0
- Made the code compatible with Thunderbird 59beta
- Improved internal checks to see if a message is still being processed by filters
- Built-in delay before an alert fires is now much shorter
- Added new setting 'delay', for users that do want or need a delay before an alert fires
- Fixed an issue that cause 'open message in current window' to fail
- Fixed an issue where multiple alerts at the same time could interfere with each other, causing one of them to get 'stuck'
- Improved internal checks to see if a message is still being processed by filters
- Built-in delay before an alert fires is now much shorter
- Added new setting 'delay', for users that do want or need a delay before an alert fires
- Fixed an issue that cause 'open message in current window' to fail
- Fixed an issue where multiple alerts at the same time could interfere with each other, causing one of them to get 'stuck'
- Source code released under BSD License
Version 0.16.4
Fixed a bug where defined alerts could not be deleted anymore. This was caused by what appears to be an internal interface change, so this fix might have also fixed a few other issues hitherto unknown.
- Source code released under BSD License
Version 0.16.3
Fixed a bug where alerts were fired for child folders even if the 'alert for child folders' option was not set (Patch submitted by Jon Siddle, thanks!)
- Source code released under BSD License
Version 0.16.2
- fixed a bug where a wrong variable name was used (alert_data.orig_message_count -> alert_data.message_count)
- Source code released under BSD License
Version 0.16.1
0.16.1
o The final file that I uploaded as 0.16 had missed a few final
cleanup updates and fixes, one of which can cause some messages
not to appear, and the fade out loop problem was still present.
These issues should be fixed in this version.
The changes for 0.16 were:
o Sound playback should no longer be interrupted
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts
o The final file that I uploaded as 0.16 had missed a few final
cleanup updates and fixes, one of which can cause some messages
not to appear, and the fade out loop problem was still present.
These issues should be fixed in this version.
The changes for 0.16 were:
o Sound playback should no longer be interrupted
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts
- Source code released under BSD License
Version 0.16
o Sound playback should no longer be interrupted
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts
o Reworked the internal triggering system; reintroduced delays
to prevent multiple messages in one folder causing multiple
alerts, and fixed the 'double alert' issue for filters. This
should also fix the problem where sometimes alerts weren't
fired at all.
o Removed the call to updateFolder() which may be the cause
of seemingly unrelated caching problems in Thunderbird
o Fixed a looping issue in the closing of fading alerts
- Source code released under BSD License
Version 0.15.3
o Fixed a bug when selecting a new icon and an error was shown
o Fixed a bug when selecting a new icon and the window was not
resized properly
o Fixed a bug where play a sound resulted in an error if the global
mute had never been set
o Fixed a bug when selecting a new icon and the window was not
resized properly
o Fixed a bug where play a sound resulted in an error if the global
mute had never been set
- Source code released under BSD License
Version 0.15.2
Fixed a bug in charset conversion that caused execute a command not to work on some setups
- Source code released under BSD License
Version 0.15
o Configuration has changed; you can now define a set of alerts,
and specify one or more alerts per folder directly from the
folder context menu. Existing configuration is automatically
converted to the new one.
o Mailbox alert can now also be used as a filter action
o You can now right-click the alert message popup to get a menu with
all the available actions mailbox alert can do on the message
(this list is similar to the default click action you can
configure)
o If duration for popups is set to 0, it is never automatically closed
o You can now choose custom locations on your screen for the 'show
message' option.
o Added a %date and a %time macro
o Sliding and fading alerts should be smoother now
o Added an option to delete the message from the alert popup (moves
it to trash)
o Changed the way Mailbox Alert listens to the arrival of new messages.
There should no longer be a delay between the arrival and the alert,
and some problems that people have been experiencing should now be
solved.
o Execute a command now supports quoting with "
o Internal sound is no longer the system beep but a built-in bell sound.
and specify one or more alerts per folder directly from the
folder context menu. Existing configuration is automatically
converted to the new one.
o Mailbox alert can now also be used as a filter action
o You can now right-click the alert message popup to get a menu with
all the available actions mailbox alert can do on the message
(this list is similar to the default click action you can
configure)
o If duration for popups is set to 0, it is never automatically closed
o You can now choose custom locations on your screen for the 'show
message' option.
o Added a %date and a %time macro
o Sliding and fading alerts should be smoother now
o Added an option to delete the message from the alert popup (moves
it to trash)
o Changed the way Mailbox Alert listens to the arrival of new messages.
There should no longer be a delay between the arrival and the alert,
and some problems that people have been experiencing should now be
solved.
o Execute a command now supports quoting with "
o Internal sound is no longer the system beep but a built-in bell sound.
- Source code released under BSD License
Version 0.14.6
Minor update to make it work with Seamonkey 2.1
- Source code released under BSD License
Version 0.14.5
Two compatibility issues with older versions of Thunderbird resolved:
o Fixed an issue on Thunderbird 2 caused by a changed internal API,
where alerts would not fire at all in some circumstances.
o Fixed another issue with Thunderbird 2 where 'execute a command'
did not work for some executables in Windows.
o Fixed an issue on Thunderbird 2 caused by a changed internal API,
where alerts would not fire at all in some circumstances.
o Fixed another issue with Thunderbird 2 where 'execute a command'
did not work for some executables in Windows.
- Source code released under BSD License
Version 0.14.4
o Fixed a problem where the check if a command is executable failed
on Windows, even though the command would run fine
o Fixed a problem where the folder was not always correctly selected
with the 'Open in current window' option
on Windows, even though the command would run fine
o Fixed a problem where the folder was not always correctly selected
with the 'Open in current window' option
- Source code released under BSD License
Version 0.14.3
- Fixed a problem with older thunderbirds that don't have some functions
newer versions do
- Fixed a bug in the assignment of a few of the macro variables
newer versions do
- Fixed a bug in the assignment of a few of the macro variables
- Source code released under BSD License
Version 0.14.1
- Fixed a problem for thunderbird 2
- Updates locales for da-DK
- Updates locales for da-DK
- Source code released under BSD License
Version 0.14
- New option in 'global preferences', open the message in
existing window (and raise it)
- Alert message window is immediately closed after it is clicked
- Added a global 'mute' option (in the tools menu)
- In an earlier release I lost a lot of translations, these have been
re-added, though most are not complete, so some english might
still show up. Once I figure out how to use babelzilla again, I'll
update them as they come along.
existing window (and raise it)
- Alert message window is immediately closed after it is clicked
- Added a global 'mute' option (in the tools menu)
- In an earlier release I lost a lot of translations, these have been
re-added, though most are not complete, so some english might
still show up. Once I figure out how to use babelzilla again, I'll
update them as they come along.
- Source code released under BSD License
To create your own collections, you must have a Mozilla Add-ons account.