From bbe7b20b3bc528486ba87545104367cd60bc2083 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 6 Oct 2012 11:18:53 +0100 Subject: pep8 --- alot/commands/thread.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot/commands') 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: -- cgit v1.2.3