comparison MailOpener.toc @ 31:90d58723ac0a

- Removed all BeanCounter checks in files. + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning. + Added AceHook library for the BeanCounter Support module. ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things. ~ All module comments are now a property of the modules themselves and can be retrieved with (string)?.moduleDescription? and (bool)?.moduleRequired?. ~ All module references are now called ?mod?. ! Added a new config group: Modules. This group will show the module statuses and descriptions and it will contain all optional modules (with their settings) as subgroups. - Removed all libraries from the repository.
author Zerotorescue
date Fri, 10 Sep 2010 18:59:58 +0200
parents f10c8a083d2a
children dc3da5dff1ea
comparison
equal deleted inserted replaced
30:4ab03ed958ed 31:90d58723ac0a
1 ## Interface: 30300 1 ## Interface: 30300
2 ## Title: Mail Opener 2 ## Title: Mail Opener
3 ## Notes: This addon will automatically retrieve all your mail from the mailbox. 3 ## Notes: This addon will automatically retrieve all your mail from the mailbox.
4 ## Author: Zerotorescue 4 ## Author: Zerotorescue
5 ## Version: 1.0-ALPHA6 5 ## Version: 1.0.3
6 ## SavedVariables: MailOpenerDB 6 ## SavedVariables: MailOpenerDB
7 ## LoadManagers: AddonLoader 7 ## LoadManagers: AddonLoader
8 ## X-LoadOn-Slash: /mo, /mailopen, /mailopener 8 ## X-LoadOn-Slash: /mo, /mailopen, /mailopener
9 ## X-LoadOn-Mailbox: true 9 ## X-LoadOn-Mailbox: true
10 ## X-LoadOn-InterfaceOptions: Mail Opener 10 ## X-LoadOn-InterfaceOptions: Mail Opener
11 11
12 embeds.xml 12 embeds.xml
13 13
14 Core.lua 14 Core.lua
15 15
16 Modules\BeanCounterSupport.lua
16 Modules\Collected.lua 17 Modules\Collected.lua
17 Modules\Config.lua 18 Modules\Config.lua
18 Modules\FailSafe.lua 19 Modules\FailSafe.lua
19 Modules\OpenAll.lua 20 Modules\OpenAll.lua