From 6ddfc61c8d35dcfb0099f2b7a44597b0eb247a15 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 17 Jun 2021 20:52:40 +0300 Subject: [PATCH] mu4e: Update documentation for mu4e-view-fields Fixes: #2041 --- mu4e/mu4e-view-common.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-view-common.el b/mu4e/mu4e-view-common.el index 9fe1b5b8..1d709874 100644 --- a/mu4e/mu4e-view-common.el +++ b/mu4e/mu4e-view-common.el @@ -56,7 +56,14 @@ the end of a message. Otherwise, don't move to the next message." '(:from :to :cc :subject :flags :date :maildir :mailing-list :tags :attachments :signature :decryption) "Header fields to display in the message view buffer. -For the complete list of available headers, see `mu4e-header-info'." +For the complete list of available headers, see +`mu4e-header-info'. + +Note, when using the gnus-based viewer you can only use this add +fields that are otherwise not shows; you can further tweak the +fields using e.g. `gnus-article-hide-boring-headers', +`gnus-article-hide-headers' etc., see the gnus documentation for +details." :type (list 'symbol) :group 'mu4e-view)