https://github.com/septh/wow-bankitems_mailwatch
Keep an eye on your mail!
https://github.com/septh/wow-bankitems_mailwatch
lua-language wow wow-addon
Last synced: 18 days ago
JSON representation
Keep an eye on your mail!
- Host: GitHub
- URL: https://github.com/septh/wow-bankitems_mailwatch
- Owner: Septh
- Created: 2016-09-24T00:08:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T06:52:16.000Z (over 5 years ago)
- Last Synced: 2025-04-03T06:36:57.406Z (over 1 year ago)
- Topics: lua-language, wow, wow-addon
- Language: Lua
- Homepage: https://mods.curse.com/addons/wow/bankitems_mailwatch
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BankItems_MailWatch
**Keep an eye on your mail!**
*Please note: This addon requires BankItems and a LDB display such as [ChocolateBar](https://mods.curse.com/addons/wow/chocolatebar) (my favorite) or [Bazooka](https://mods.curse.com/addons/wow/bazooka) or whichever you prefer.*
[BankItems](http://www.curse.com/addons/wow/bank-items "BankItems") keeps a track of all your toons' mail boxes contents; BankItems_MailWatch simply scans this data to remind you which toon has mail pending and how long the mail will stay in their inbox before it is returned or lost.
Note: this will only work with mail already known by BankItems. Mail sent to you by friends, guildies or in-game NPCs will not show up until you open your toon's mailbox.
## Need help?
I rarely read comments here on Curse.com; should you need any help, you'd better open an issue on [GitHub](https://github.com/Septh/WoW-BankItems_MailWatch "GitHub repository"), where the projet lives.
## Change Log
* Version 1.0.10 - 2020/11/18
* TOC update for 9.0.2
* Version 1.0.9 - 2020/11/18
* Correctly calculate time before mail is returned
* Version 1.0.8 - 2020/11/07
* Toc update for 9.0.1
* Update LibQTip to latest release (9.0.1.2)
* Version 1.0.7 - 2019/07/14
* Toc update for 8.2
* Version 1.0.6 - 2018/12/18
* Toc update for 8.1
* Version 1.0.5 - 2018/07/21
* Toc update for 8.0
* Version 1.0.4 - 2016/10/26
* Don't highlight the LDB frame if the display is Bazooka
* Version 1.0.3 - 2016/10/26
* Toc update for 7.1
* Version 1.0.2 - 2016/10/17
* Highlight LDB frame on show tooltip
* Version 1.0.1 - 2016/09/24
* Updated for Legion
* Version 1.0.0 - 2015/11/12
* Initial release
## Licence
BankItems_MailWatch is released under the [MIT licence](https://opensource.org/licenses/MIT).
## Enjoy!
And check my other addons: [BagMeters](https://www.curse.com/addons/wow/bagmeters), [Broker: Cash](https://www.curse.com/addons/wow/broker_cash), [2048 for WoW](https://www.curse.com/addons/wow/wow2048).
If you are an addon developer, also check my [WoW Bundle for vscode](https://marketplace.visualstudio.com/items?itemName=Septh.wow-bundle) extension which brings better Lua language support and WoW API highlighting to Visual Studio Code.
-- Septh