mu4e-view: update mu4e-view-fields

Remove obsolete fields; update docstring.
This commit is contained in:
Dirk-Jan C. Binnema 2022-12-24 15:27:58 +02:00
parent 1799c69451
commit fe88890419
1 changed files with 6 additions and 7 deletions

View File

@ -59,17 +59,16 @@ Otherwise, don't move to the next message."
:group 'mu4e-view) :group 'mu4e-view)
(defcustom mu4e-view-fields (defcustom mu4e-view-fields
'(:from :to :cc :subject :flags :date :maildir :mailing-list :tags '(:from :to :cc :subject :flags :date :maildir :mailing-list :tags)
:attachments :signature :decryption)
"Header fields to display in the message view buffer. "Header fields to display in the message view buffer.
For the complete list of available headers, see For the complete list of available headers, see
`mu4e-header-info'. `mu4e-header-info'.
Note, when using the gnus-based viewer you can only use this add Note, you can use this to add fields that are not otherwise
fields that are otherwise not shows; you can further tweak the shown; you can further tweak the other fields using e.g.,
fields using e.g. `gnus-article-hide-boring-headers', `gnus-article-hide-boring-headers', `gnus-article-hide-headers'
`gnus-article-hide-headers' etc., see the gnus documentation for etc., see the gnus documentation for details."
details."
:type (list 'symbol) :type (list 'symbol)
:group 'mu4e-view) :group 'mu4e-view)