* mu4e.el: by default don't show the message path in the message view

(see `mu4e-view-fields')
This commit is contained in:
djcb
2012-04-02 20:00:15 +03:00
parent ce9efe43a4
commit 8b2539a835

View File

@ -214,7 +214,7 @@ designated shortcut character for the maildir.")
:group 'mu4e)
(defcustom mu4e-view-fields
'(:from :to :cc :subject :flags :date :maildir :path :attachments)
'(:from :to :cc :subject :flags :date :maildir :attachments)
"Header fields to display in the message view buffer. For the
complete list of available headers, see `mu4e-header-names'."
:type (list 'symbol)