From: Thomas Roessler Date: Wed, 30 Jan 2002 22:51:12 +0000 (+0000) Subject: patch-1.3.27.me.postpone_date.2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68615736694eadf86161ecd5fb147adf758a02de;p=neomutt patch-1.3.27.me.postpone_date.2 --- diff --git a/send.c b/send.c index 33250a2d0..a0c595e8f 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;