From c63b2057823da64f0a1be4e45b26dcd06dfbfd12 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 22 Feb 2024 11:00:10 +0100 Subject: mu4e: Only show three header fields. --- init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.org b/init.org index 4b1a5f6..9ad8536 100644 --- a/init.org +++ b/init.org @@ -1073,6 +1073,9 @@ TODO: this is a big blob of email configuration. Document this properly! ;; Don't update list of emails automatically. I update the list ;; manually with "g". (setq mu4e-headers-auto-update nil) + (setq mu4e-headers-fields '((:human-date . 12) + (:from . 22) + (:subject . nil))) (setq mu4e-search-include-related t) (setq mu4e-headers-seen-mark '("" . "")) (setq mu4e-headers-unread-mark '("u" . "✉")) -- cgit v1.2.3