Mercurial > wow > mailopener
comparison Modules/OpenAll.lua @ 11:fb952805d8b7
A FailSafe timer will now be stopped when another is started to prevent multiple running simultaneously and eventually warning you for nothing.
#Debug Removed debug messages for MAIL_INBOX_UPDATES, our own addon messages should do.
#Debug MO_OPENING_MAIL debug messages will now include the mail id.
| author | Zerotorescue |
|---|---|
| date | Thu, 09 Sep 2010 16:32:15 +0200 |
| parents | 1ba07a64bf14 |
| children | ab08403f8316 |
comparison
equal
deleted
inserted
replaced
| 8:1b2d819b4fa8 | 11:fb952805d8b7 |
|---|---|
| 436 | 436 |
| 437 return; | 437 return; |
| 438 else | 438 else |
| 439 continue = false; | 439 continue = false; |
| 440 | 440 |
| 441 self:Debug("MO_OPENING_MAIL"); | 441 self:Debug("MO_OPENING_MAIL (#" .. index .. ")"); |
| 442 | 442 |
| 443 -- Notifiy other modules of opening | 443 -- Notifiy other modules of opening |
| 444 self:SendMessage("MO_OPENING_MAIL"); | 444 self:SendMessage("MO_OPENING_MAIL"); |
| 445 | 445 |
| 446 -- Open current mail | 446 -- Open current mail |
