Добро пожаловать в дополнения Thunderbird.
Добавляйте дополнительные функции и стили, чтобы настроить Thunderbird по своему вкусу.
ЗакрытьИстория версий Mailbox Alert
38 версий
Будьте осторожны со старыми версиями!
Эти версии отображаются только для сведения и в целях тестирования. Вам следует всегда использовать последнюю версию дополнения.
Версия 0.30
- Fixed msg_preview macro (thanks @phil294)
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.29.1
- 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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.28
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.27
o Update the windowListener API to work with upcoming Thunderbird versions
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.26
- Workaround for an issue with running commands with arguments that have non-ascii characters, by forcing TB to convert it to utf-8
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.25.1
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.25
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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.24
- 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)
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.23.1
- Fixed issue where deleting alerts did not work
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.21
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.20
- Updated compatibility to TB 0.69b
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.19
- 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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.17.0
- 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'
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.16.7
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.16.4
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.16.3
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.16.2
- Исходный код выпущен на условиях Лицензия BSD
Версия 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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.16
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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.15.3
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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.15.2
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.15
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.
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14.6
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14.5
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.
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14.4
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
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14.3
newer versions do
- Fixed a bug in the assignment of a few of the macro variables
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14.1
- Updates locales for da-DK
- Исходный код выпущен на условиях Лицензия BSD
Версия 0.14
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.
- Исходный код выпущен на условиях Лицензия BSD
Для создания своих подборок вам необходимо иметь учётную запись на сайте дополнений Mozilla.