neomutt: change date format
crispy-caesus crispy@crispy-caesus.eu
Fri, 01 May 2026 21:11:53 +0200
1 files changed,
4 insertions(+),
3 deletions(-)
M
neomutt/.config/neomutt/neomuttrc
→
neomutt/.config/neomutt/neomuttrc
@@ -4,10 +4,11 @@ set pager_index_lines = 6 # show this many lines of the Index when
# reading email set pager_context = 3 # lines of context between pages -set pager_stop = yes # don't scroll off the end of one message onto - # the next +set pager_stop = yes +set date_format = "%Y-%m-%d %H:%M" +set index_format = "%4C %Z %[%Y-%m-%d %H:%M] %-15.15L (%<l?%4l&%4c>) %s" -unset markers # don't show + for wrapped lines in the pager +unset markers set mark_old = no set reverse_name = yes