On Mon 2025-06-09 14:45:23 +0200, Robert Pluim wrote: > I just tried it, I needed the small patch below to get it to compile > without warnings. […] > diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el > index 972f1bce0a1..cfe4709f275 100644 > --- a/lisp/gnus/mml.el > +++ b/lisp/gnus/mml.el > @@ -494,6 +494,9 @@ mml-inhibit-compute-boundary > (declare-function libxml-parse-html-region "xml.c" > (start end &optional base-url discard-comments)) > > +(defvar message-ignored-mail-headers) > +(declare-function message-cleanup-headers "message") > + > (defun mml-get-likely-headers () > "Get likely final headers from the existing message" > (save-excursion Thanks for this! I've updated the patch series to include your feedback, and to drop the Signed-off-by: lines that were interfering with the project expectations. I'm including the three revised patches here. Please let me know if you notice anything else that needs improvement. Regards, --dkg