From 3bfd8e4007868c1cccb3f7e0590c436d32de2146 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 4 Dec 2021 20:22:44 +0100 Subject: [PATCH] Add a comma between groups in gnus-inews-insert-gcc * lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Insert a comma between group names to get more mail-like syntax (bug#52274). --- lisp/gnus/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index bb265642bc6..bf2d1370eb1 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1748,7 +1748,7 @@ this is a reply." (concat "\"" str "\"") str))) (when groups - (insert " "))) + (insert ", "))) (insert "\n"))))))) (defun gnus-mailing-list-followup-to () -- 2.39.2