From: Thomas Roessler Date: Wed, 30 Jan 2002 22:51:12 +0000 (+0000) Subject: patch-1.3.27.me.postpone_date.2 X-Git-Tag: mutt-1-5-1-rel~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5204ce629f0f8d81e7063eea7e2012196a7ff2cd;p=mutt patch-1.3.27.me.postpone_date.2 --- 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;