Re: Only one date format
Sergey Poznyakoff <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Organization | GNU.org.ua |
| Message-ID | <[email protected]> |
I have pushed 5a7b63b213, which implements the new %D specifier.
The new specifier allows you to supply arbitrary strftime(3) format
string for outputting message date/time. E.g.:
set headline="%4m %20D{%Y-%m-%dT%H:%M:%S} %18f %s"
In simplified form, %D can be followed by a single time format
specifier. E.g. %DH can be used instead of %D{%H}.
See the doc for details.
Regards,
Sergey