mu4e-view: update docstring for header customization

This commit is contained in:
Dirk-Jan C. Binnema 2024-02-21 23:39:25 +02:00
parent 91eb777946
commit f7ba00ec08
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
;;; mu4e-view.el --- Mode for viewing e-mail messages -*- lexical-binding: t -*-
;; Copyright (C) 2021-2023 Dirk-Jan C. Binnema
;; Copyright (C) 2021-2024 Dirk-Jan C. Binnema
;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
@ -69,8 +69,8 @@ For the complete list of available headers, see
Note, you can use this to add fields that are not otherwise
shown; you can further tweak the other fields using e.g.,
`gnus-article-hide-boring-headers', `gnus-article-hide-headers'
etc., see the gnus documentation for details."
`gnus-visible-headers' and `gnus-ignored-headers' - see the gnus
documentation for details."
:type '(repeat symbol)
:group 'mu4e-view)