all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: "Sébastien Gendre" <seb@k-7.ch>
Cc: Emacs text editor help <help-gnu-emacs@gnu.org>
Subject: Re: mu4e: A new field added to message view is not shown
Date: Tue, 16 Jul 2024 06:57:46 +0200	[thread overview]
Message-ID: <87o76ykk6t.fsf@gnu.org> (raw)
In-Reply-To: <87zfqiqvw6.fsf@k-7.ch> ("Sébastien Gendre"'s message of "Mon, 15 Jul 2024 21:48:25 +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	other threads:[~2024-07-16  4:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-15  1:18 Property: How to define allowed values at file level Sébastien Gendre
2024-07-15  4:34 ` Phil
2024-07-15 19:48   ` mu4e: A new field added to message view is not shown Sébastien Gendre
2024-07-16  4:57     ` Tassilo Horn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o76ykk6t.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=seb@k-7.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.