From 8b2539a8358eaeb589c0f9b90e65cf3babcecdca Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 2 Apr 2012 20:00:15 +0300 Subject: [PATCH] * mu4e.el: by default don't show the message path in the message view (see `mu4e-view-fields') --- emacs/mu4e.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/mu4e.el b/emacs/mu4e.el index d4d60c89..f48ed114 100644 --- a/emacs/mu4e.el +++ b/emacs/mu4e.el @@ -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)