summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/thread.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 4705a4c7..16f25366 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -265,9 +265,6 @@ class ReplyCommand(Command):
if to is None:
to = message.headers[HDR.TO]
logging.debug('mail list reply to: %s', to)
- # Cleaning the 'To' in this case
- if envelope.get(HDR.TO) is not None:
- envelope.__delitem__(HDR.TO)
# Finally setup the 'To' header
envelope.add(HDR.TO, to)