bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52871: 29.0.50; weird bug with Gnus, can't have "^From" in `message-


From: Lars Ingebrigtsen
Subject: bug#52871: 29.0.50; weird bug with Gnus, can't have "^From" in `message-hidden-header's
Date: Thu, 20 Jan 2022 10:41:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@web.de> writes:

> I can reproduce the original recipe.
>
> Lars, did you remove the comment delimiters in
>
> #+begin_src emacs-lisp
> (setq message-hidden-headers '("^Face"
>                                ;; "^From"
>                                "^Mail-Copies-To"
>                                "^References"
>                                "^X-Draft-From"
>                                "^X-Face") )
> #+end_src
>
> when you tried to reproduce the issue?

If by that you mean use

(setq message-hidden-headers '("^Face"
                               "^From"
                               "^Mail-Copies-To"
                               "^References"
                               "^X-Draft-From"
                               "^X-Face") )

then yes.  Perhaps there's some other customisation option that also
affects how this works?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]