[Commits] [SCM] claws branch, master, updated. 4.3.1-93-ge14e63320
paul at claws-mail.org
paul at claws-mail.org
Tue Apr 8 05:27:25 UTC 2025
The branch, master has been updated
via e14e633201562da37d3ccf8799ed972d07a21b00 (commit)
from bd6881ca9eabca4f98e571be6e74f6c0adde0011 (commit)
Summary of changes:
src/news.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit e14e633201562da37d3ccf8799ed972d07a21b00
Author: Paul <paul at claws-mail.org>
Date: Tue Apr 8 06:27:21 2025 +0100
fix bug 4852, 'Cancel messages contain Approved-header'
diff --git a/src/news.c b/src/news.c
index 3373623fa..6907ed2a6 100644
--- 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list