diff 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
line wrap: on
line diff
--- a/Core.lua	Tue Sep 07 17:49:39 2010 +0200
+++ b/Core.lua	Tue Sep 07 20:57:49 2010 +0200
@@ -24,6 +24,7 @@
 			},
 			modules = {
 				Collected = true,
+				FailSafe = true,
 			},
 			notifications = {
 				welcome = false,