Update JMCComponent constructor call
darcs-hash:20070927173457-86b55-2677f4223efc3537c114b56d6d72d8fa1245f525.gz
This commit is contained in:
@@ -57,10 +57,12 @@ class JMCRunner(JCLRunner):
|
||||
secret=self.secret,
|
||||
server=self.server,
|
||||
port=self.port,
|
||||
lang=Lang(self.language))
|
||||
lang=Lang(self.language),
|
||||
config=self.config,
|
||||
config_file=self.config_file)
|
||||
MailAccount.default_encoding = self.mail_default_encoding
|
||||
component.check_interval = self.check_interval
|
||||
component.disco_identity.set_category("gateway")
|
||||
component.disco_identity.set_type("smtp")
|
||||
component.run()
|
||||
return component.run()
|
||||
self._run(run_func)
|
||||
|
||||
Reference in New Issue
Block a user