summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/db/thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index cfe9fa5d..39abddc1 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -24,6 +24,7 @@ class Thread(object):
:type thread: :class:`notmuch.database.Thread`
"""
self._dbman = dbman
+ self._authors = None
self._id = thread.get_thread_id()
self.refresh(thread)