Put JMC message handlers in the same group as Password and Help message handlers

darcs-hash:20071204071841-86b55-9d3a9f92055dce0daf4a4576701b136c70d37350.gz
This commit is contained in:
David Rousselie
2007-12-04 08:18:41 +01:00
parent 8c9c685e34
commit 7c7671aefd

View File

@@ -135,8 +135,8 @@ class MailComponent(FeederComponent):
self.account_manager.account_classes = (IMAPAccount,
POP3Account,
SMTPAccount)
self.msg_handlers += [[SendMailMessageHandler(self),
RootSendMailMessageHandler(self)]]
self.msg_handlers[0] += [SendMailMessageHandler(self),
RootSendMailMessageHandler(self)]
self.presence_subscribe_handlers += [[MailSubscribeHandler(self)]]
self.presence_unsubscribe_handlers += [[MailUnsubscribeHandler(self)]]
self.presence_available_handlers += [[MailPresenceHandler(self)]]