summaryrefslogtreecommitdiff
path: root/alot/db/thread.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-19 16:48:28 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-21 17:09:23 -0800
commit1e4229ad52fc6db4f2a3141cbe72d7f42658ca06 (patch)
treeaf6fe650f1d87435ab1501dd3da700e0f5d28fef /alot/db/thread.py
parent3e0e2d46338966f80f60a4b946872313644e8787 (diff)
tests: Add tests for alot.db.thread.Thread.get_author
Diffstat (limited to 'alot/db/thread.py')
-rw-r--r--alot/db/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/thread.py b/alot/db/thread.py
index 39abddc1..ddc98d35 100644
--- a/alot/db/thread.py
+++ b/alot/db/thread.py
@@ -163,7 +163,7 @@ class Thread(object):
for i, m in enumerate(msgs):
pair = m.get_author()
seen[pair] = i
- else: # i.e. first_message
+ else: # i.e. first_message
for i, m in enumerate(msgs):
pair = m.get_author()
if pair not in seen: