diff options
author | Kali Kaneko <kali@leap.se> | 2016-05-13 11:47:56 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-05-13 11:47:56 -0400 |
commit | e231c0051d593304522a3484c825bb0f501a156e (patch) | |
tree | 78a0102f9c7c95e0b4528d5ac1acac9603a4eb08 /src/leap | |
parent | d029771d3be72a7acf21f58f36530793e03dda0e (diff) | |
parent | 68604ee5bb8bbda989828e39192973512f92240e (diff) |
Merge branch 'develop' into debian/experimental
Diffstat (limited to 'src/leap')
-rw-r--r-- | src/leap/mail/imap/mailbox.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/mail/imap/mailbox.py b/src/leap/mail/imap/mailbox.py index d545c00..e70a1d8 100644 --- a/src/leap/mail/imap/mailbox.py +++ b/src/leap/mail/imap/mailbox.py @@ -91,6 +91,9 @@ def make_collection_listener(mailbox): def __init__(self, mbox): self.mbox = mbox + # See #8083, pixelated adaptor seems to be misusing this class. + self.mailbox_name = self.mbox.mbox_name + def __hash__(self): return hash(self.mbox.mbox_name) |