From bc32e2ec4c51c04da13db3523b19141bcb5883ba Mon Sep 17 00:00:00 2001 From: Yaman Qalieh Date: Mon, 27 Jun 2022 18:06:05 -0400 Subject: [PATCH] tweak(mu4e): increase human-date to fit full time Messages from the current day do not fit with the current width since they are formatted as times (Ex: "05:17:23 PM"). The increase to 12 matches the mu4e defaults. Amend: d1ba626a2a4b --- modules/email/mu4e/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 4fb03bc4d..833cb2270 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -71,7 +71,7 @@ ;; remove 'lists' column mu4e-headers-fields '((:account-stripe . 1) - (:human-date . 10) + (:human-date . 12) (:flags . 6) ; 3 icon flags (:from-or-to . 25) (:subject)))