From f7ba00ec0821ae4321df7bebae9dc674fcdeb35a Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 21 Feb 2024 23:39:25 +0200 Subject: [PATCH] mu4e-view: update docstring for header customization --- mu4e/mu4e-view.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 0fb7af92..001aff4d 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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 ;; Maintainer: Dirk-Jan C. Binnema @@ -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)