summaryrefslogtreecommitdiff
path: root/alot/commands
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-10-06 11:18:53 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-10-06 11:18:53 +0100
commitbbe7b20b3bc528486ba87545104367cd60bc2083 (patch)
tree3dfb3630e64388d0946483e616f09b530ce12c35 /alot/commands
parent1c1be89dd810eb0fae3f983b936f4aaf38a77629 (diff)
pep8
Diffstat (limited to 'alot/commands')
-rw-r--r--alot/commands/thread.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 43d6e9c8..d90bbe22 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -67,7 +67,6 @@ def recipient_to_from(mail, my_accounts):
for rec in recipients:
seen_name, seen_address = parseaddr(rec)
if regex.match(seen_address):
- logging.debug("match!: '%s' '%s'" % (seen_address, alias_re))
if settings.get('reply_force_realname'):
realname = acc.realname
else: