[Commits] [SCM] claws branch, master, updated. 3.15.0-54-g2db3b8b

claws at claws-mail.org claws at claws-mail.org
Sun May 21 20:12:57 CEST 2017


The branch, master has been updated
       via  2db3b8b10236c09219abced7979a273feae34a70 (commit)
      from  9056a51ccd598060bb52d4ef0354410e0c30b58e (commit)

Summary of changes:
 src/compose.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 2db3b8b10236c09219abced7979a273feae34a70
Author: Paul <paul at claws-mail.org>
Date:   Sun May 21 19:12:51 2017 +0100

    fix Resent-Date value

diff --git a/src/compose.c b/src/compose.c
index 0f25a91..224e5c1 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5461,7 +5461,7 @@ static gint compose_redirect_write_headers(Compose *compose, FILE *fp)
 		get_rfc822_date_hide_tz(date, sizeof(date));
 	else
 		get_rfc822_date(date, sizeof(date));
-	err |= (fprintf(fp, "Resent-Date: %s\n", buf) < 0);
+	err |= (fprintf(fp, "Resent-Date: %s\n", date) < 0);
 
 	/* Resent-From */
 	if (compose->account->name && *compose->account->name) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list