summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-27 01:36:19 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-27 01:36:19 +0000
commit950cb2116d3855435fcf1424a5b597f2436e811f (patch)
tree88a618eef85e22a7f807621925090f7b0fe4b091 /alot
parent5ea3c8ea906b958c4ae6f557e8c742a5f267106e (diff)
don't set envelope.sent_time in EditNewCommand
the constructed envelope should be considered a fresh message and hence this has never been sent before.
Diffstat (limited to 'alot')
-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 a7b7df7c..ca4acd4b 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -220,9 +220,6 @@ class EditNewCommand(Command):
if value:
envelope.add(key, value)
- # store sent_time from Date header if already sent
- envelope.sent_time = self.message.get_date()
-
# copy attachments
for b in self.message.get_attachments():
envelope.attach(b)