summaryrefslogtreecommitdiff
path: root/alot/completion/contacts.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/completion/contacts.py')
-rw-r--r--alot/completion/contacts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/completion/contacts.py b/alot/completion/contacts.py
index ae4e71cd..55304081 100644
--- a/alot/completion/contacts.py
+++ b/alot/completion/contacts.py
@@ -19,3 +19,5 @@ class ContactsCompleter(MultipleSelectionCompleter):
"""
self._completer = AbooksCompleter(abooks, addressesonly=addressesonly)
self._separator = ', '
+
+ super().__init__()