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

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

Re: mu4e: A new field added to message view is not shown


From: Tassilo Horn
Subject: Re: mu4e: A new field added to message view is not shown
Date: Tue, 16 Jul 2024 06:57:46 +0200

Sébastien Gendre <seb@k-7.ch> writes:

Hi Sébastien,

> I have defined a custom field that show the E-mail user agent. And I
> have added it to the message view. But when I show a message, my field
> is nowhere.

Since mu4e-view-mode derives from gnus-article-mode nowadays, you can
use

    ;; Show User-Agent header by default.
    (setq gnus-visible-headers (concat gnus-visible-headers
                                       "\\|^User-Agent:"))

HTH,
  Tassilo



reply via email to

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