diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-22 11:00:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-22 11:00:10 +0100 |
commit | c63b2057823da64f0a1be4e45b26dcd06dfbfd12 (patch) | |
tree | b804178f171ad271d674decbe615ab1d47b6f622 | |
parent | 05ad879fb070e4eddb39101c4fe1ed2145bb82ef (diff) |
mu4e: Only show three header fields.
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" . "✉")) |