From fdac29ae9ce16454869bd6954a715cd63b418db9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 2 Mar 2023 22:13:36 +0000 Subject: [PATCH] mutt: show time for todays emails --- mutt/muttrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index 0c86fa4..9134598 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -66,7 +66,11 @@ set markers = no set mark_old = no # leave messages as new if unread set status_on_top = yes # also help on bottom set wait_key = no # don't wait for enter key -set index_format="[%Z] %{%e/%m} %15.15L %?M?+ ?%s" + +set index_format="[%Z] %-6@date@ %15.15L %?M?+ ?%s" +index-format-hook date "~d<1d" "%[%H:%M]" +index-format-hook date "~d<1y" "%[%e/%m]" +index-format-hook date "~A" "%[%m/%Y]" # header ignore * -- 2.48.1