From 027043df257848cb79390f4585a19e478a86568b Mon Sep 17 00:00:00 2001 From: Augusto Stoffel Date: Sun, 10 May 2026 15:09:05 +0200 Subject: [PATCH] ; * lisp/gnus/message.el (message-server-alist): Doc fix (bug#80880). --- lisp/gnus/message.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 0879f3be1b4..671c3fdc1bc 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -4401,6 +4401,9 @@ a non-nil value when called in the message buffer without any arguments. If METHOD is nil in this case, the return value of the function will be inserted instead. +For an explanation of the \"X-Message-SMTP-Method\" header, see +Info node `(message) Mail Variables'. + Note: if the buffer already has a \"X-Message-SMTP-Method\" header, these rules are ignored, and the header is left unchanged."