Mercurial > wow > mailopener
diff Modules/Config.lua @ 46:1805df31794d
Only when holding the shift key while opening the mailbox will toggle the opening status. If you want to do it somewhere in the middle of your mailbox visit, just untick the mail opener checkbox.
Holding shift while clicking the open all button will now auto loot every single mail with attachments.
/mo d will now return the id of the chatframe being used, if it's using one already existing.
Changelog and TOC update.
| author | Zerotorescue |
|---|---|
| date | Sun, 12 Sep 2010 16:36:18 +0200 |
| parents | ec609592bfcc |
| children | 1243c2d2b85e |
line wrap: on
line diff
--- a/Modules/Config.lua Sun Sep 12 15:53:19 2010 +0200 +++ b/Modules/Config.lua Sun Sep 12 16:36:18 2010 +0200 @@ -41,7 +41,7 @@ if name:upper() == "DEBUG" then MailOpener.debugChannel = _G["ChatFrame" .. i]; - print("A debug channel already exists, used the old one."); + print("A debug channel already exists, used the old one. (" .. i .. ")"); return; end end
