annotate 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
rev   line source
Zerotorescue@0 1 ## Interface: 30300
Zerotorescue@0 2 ## Title: Mail Opener
Zerotorescue@0 3 ## Notes: This addon will automatically retrieve all your mail from the mailbox.
Zerotorescue@0 4 ## Author: Zerotorescue
Zerotorescue@31 5 ## Version: 1.0.3
Zerotorescue@0 6 ## SavedVariables: MailOpenerDB
Zerotorescue@0 7 ## LoadManagers: AddonLoader
Zerotorescue@0 8 ## X-LoadOn-Slash: /mo, /mailopen, /mailopener
Zerotorescue@0 9 ## X-LoadOn-Mailbox: true
Zerotorescue@0 10 ## X-LoadOn-InterfaceOptions: Mail Opener
Zerotorescue@0 11
Zerotorescue@0 12 embeds.xml
Zerotorescue@0 13
Zerotorescue@0 14 Core.lua
Zerotorescue@0 15
Zerotorescue@31 16 Modules\BeanCounterSupport.lua
Zerotorescue@0 17 Modules\Collected.lua
Zerotorescue@0 18 Modules\Config.lua
Zerotorescue@5 19 Modules\FailSafe.lua
Zerotorescue@0 20 Modules\OpenAll.lua