summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorDaniel <quite@hack.org>2012-03-02 18:11:52 +0100
committerDaniel <quite@hack.org>2012-03-02 21:07:02 +0100
commitbbc6f21a0b9539c8a933d03e15327dae789bef56 (patch)
tree17469de1a2665bd4997ff0e2f570c4372b59ae50 /alot
parent223928e0ce2cb4b84ef843cef50e5bf7233aa05b (diff)
Unnecessary test.
Diffstat (limited to 'alot')
-rw-r--r--alot/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db.py b/alot/db.py
index 76a2bfdb..0b62fa28 100644
--- a/alot/db.py
+++ b/alot/db.py
@@ -507,7 +507,7 @@ class Thread(object):
own_addrs = settings.get_addresses()
authorslist = []
for aname, aaddress in self.get_authors():
- if replace_own and aaddress in own_addrs:
+ if aaddress in own_addrs:
aname = "me"
if not aname:
aname = aaddress