This mod was written for people that use the email system frequently as storage and don't bother checking their mail. It gives a numerical count of current emails as well as new emails since logging in.
Mail notify will give a chat message when a new email has been received or you can get current status by typing /mn
Usage:
/mn gives mailbox status:
Mail Status: 1/2
Means there is one new mail since last time visiting the mailbox and 2 mails total.
Mod currently supports a sound notification as well. Copy any wave format file into the World of Warcraft/Data directory BEFORE loading into game. In the Global Variables section of MailNotify.lua change
NotifySound = 'nothing';
to
NotifySound = 'YOURSOUNDFILEHERE';
Or you can just change the name of your soundfile to nothing.wav
-- Current Issues
Mail Notify does not know a true count of your inbox until you visit the mailbox for the first time per session.
-- Current To Do List
Configuration of colors
Configuration of sound
Status count on minimap mail icon
New, Unread, Read count

