summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/mail/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/bitmask/mail/interfaces.py')
-rw-r--r--src/leap/bitmask/mail/interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/mail/interfaces.py b/src/leap/bitmask/mail/interfaces.py
index 10f51237..9ae61690 100644
--- a/src/leap/bitmask/mail/interfaces.py
+++ b/src/leap/bitmask/mail/interfaces.py
@@ -36,7 +36,7 @@ class IMessageWrapper(Interface):
'(immutable)')
cdocs = Attribute('A dictionary with the content-docs, one-indexed')
- def create(self, store, notify_just_mdoc=False, pending_inserts_dict={}):
+ def create(self, store):
"""
Create the underlying wrapper.
"""