From 5204ce629f0f8d81e7063eea7e2012196a7ff2cd Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 30 Jan 2002 22:51:12 +0000 Subject: [PATCH] patch-1.3.27.me.postpone_date.2 --- send.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/send.c b/send.c index 33250a2d..a0c595e8 100644 --- a/send.c +++ b/send.c @@ -1506,7 +1506,14 @@ main_loop: full_fcc: #endif /* HAVE_PGP || HAVE_SMIME */ if (msg->content) + { + /* update received time so that when storing to a mbox-style folder + * the From_ line contains the current time instead of when the + * message was first postponed. + */ + msg->received = time (NULL); mutt_write_fcc (fcc, msg, NULL, 0, NULL); + } msg->content = tmpbody; -- 2.40.0