summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 3e0bba01..4705a4c7 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -168,7 +168,7 @@ class ReplyCommand(Command):
def _list_reply(self, message):
# Auto-detect ML
- if 'List-Id' in message.headers and self._force_list_reply is None:
+ if HDR.LIST_ID in message.headers and self._force_list_reply is None:
return settings.get('auto_replyto_mailinglist')
return bool(self._force_list_reply)