Mercurial > wow > mailopener
comparison Core.lua @ 5:1ba07a64bf14
Added a ?FailSafe? module which will safe you from mail failing to open. The opening of a single mail may get stuck when other things occur such as mail being send at the exact same time. This module will continue with the next mail after a set timeout (default set to 20 seconds).
| author | Zerotorescue |
|---|---|
| date | Tue, 07 Sep 2010 20:57:49 +0200 |
| parents | c6f0976069c7 |
| children | f10c8a083d2a |
comparison
equal
deleted
inserted
replaced
| 4:2dd6005d41f3 | 5:1ba07a64bf14 |
|---|---|
| 22 waitTime = 5, | 22 waitTime = 5, |
| 23 initialDelay = 0.5, | 23 initialDelay = 0.5, |
| 24 }, | 24 }, |
| 25 modules = { | 25 modules = { |
| 26 Collected = true, | 26 Collected = true, |
| 27 FailSafe = true, | |
| 27 }, | 28 }, |
| 28 notifications = { | 29 notifications = { |
| 29 welcome = false, | 30 welcome = false, |
| 30 bye = false, | 31 bye = false, |
| 31 finishedCurrentBatch = true, | 32 finishedCurrentBatch = true, |
