summaryrefslogtreecommitdiff
path: root/butterfly/mail_notification.py
diff options
context:
space:
mode:
Diffstat (limited to 'butterfly/mail_notification.py')
-rw-r--r--butterfly/mail_notification.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/butterfly/mail_notification.py b/butterfly/mail_notification.py
index 3695658..e65b8e5 100644
--- a/butterfly/mail_notification.py
+++ b/butterfly/mail_notification.py
@@ -63,9 +63,6 @@ class ButterflyMailNotification(
logger.debug("Initialized")
telepathy.server.DBusProperties.__init__(self)
ConnectionInterfaceMailNotification.__init__(self)
- # FIXME MSN Account is not always attached to an e-mail account. The
- # tp-python generator should allow sub-class initialisation without
- # adding the interface to the list. (see bug #26044)
self._interfaces.remove(CONN_IFACE_MAIL_NOTIFICATION)
papyon.event.MailboxEventInterface.__init__(self, self.msn_client)