commit e14e633201562da37d3ccf8799ed972d07a21b00
parent bd6881ca9eabca4f98e571be6e74f6c0adde0011
Author: Paul <paul@claws-mail.org>
Date: Tue, 8 Apr 2025 06:27:21 +0100
fix bug 4852, 'Cancel messages contain Approved-header'
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/news.c b/src/news.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2024 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2025 the Claws Mail team and Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -965,7 +965,6 @@ gint news_cancel_article(Folder * folder, MsgInfo * msginfo)
"Newsgroups: %s\r\n"
"Subject: cmsg cancel <%s>\r\n"
"Control: cancel <%s>\r\n"
- "Approved: %s\r\n"
"X-Cancelled-by: %s\r\n"
"Date: %s\r\n"
"\r\n"
@@ -975,7 +974,6 @@ gint news_cancel_article(Folder * folder, MsgInfo * msginfo)
msginfo->msgid,
msginfo->msgid,
msginfo->from,
- msginfo->from,
date) < 0) {
FILE_OP_ERROR(tmp, "fprintf");
claws_fclose(tmpfp);