On Thu, May 09, 2024 at 06:47:30PM +0000, Ебрашка wrote: > Can you tell me how to make the date display in the catalog with letters > in day/month/year format, i.e. 09/05/2024 I write in muttrc set > date_format="%d/%m/%Y" and there are no changes.
I think you need to override the default or current setting of $index_format, and change %{%b %d} to %D (or %d if you want the sender's time zone) Maybe someone can better explain this (since the behavior I'm seeing from %{%b %d} doesn't line up exactly with what I'd expect from TFM), but I think that will give the behavior you want. w