summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/mail
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-06-08 12:09:53 -0400
committerKali Kaneko <kali@leap.se>2015-06-08 12:09:53 -0400
commit4d33b0637ae1280ba818b40eb16003974666721b (patch)
treed3b33905b9c10ddbc8ea2232c2e5db031f05a983 /src/leap/bitmask/services/mail
parentd8afaba3f1ec9f12d9206c511bccd61da308638c (diff)
[bug] fix attribute error on mail conductor
due to remaining bits that had not been changed after a refactor. - Resolves: #7093
Diffstat (limited to 'src/leap/bitmask/services/mail')
-rw-r--r--src/leap/bitmask/services/mail/conductor.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/leap/bitmask/services/mail/conductor.py b/src/leap/bitmask/services/mail/conductor.py
index b76ce436..2f1d20e6 100644
--- a/src/leap/bitmask/services/mail/conductor.py
+++ b/src/leap/bitmask/services/mail/conductor.py
@@ -94,7 +94,9 @@ class IMAPControl(object):
"""
On mail client logged in, fetch incoming mail.
"""
- self._controller.imap_service_fetch()
+ # XXX needs to be adapted to the new-ish incoming mail service.
+ # Doing nothing for now, this could be moved to mail package itself.
+ logger.debug("A MUA has logged in, should react by forcing a fetch.")
def _on_imap_connecting(self):
"""