]> granicus.if.org Git - mutt/commit
Add index-format-hook and expando.
authorKevin McCarthy <kevin@8t8.us>
Mon, 29 Oct 2018 20:45:02 +0000 (13:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 31 Oct 2018 18:15:50 +0000 (11:15 -0700)
commit7ebb6205369a70643d79670a7305748f773faff6
tree655eccf9842e807739f4746950fdf99d1f4831b4
parent5cfbcf522f90cbb745a5e5c8558aa47631caa7d5
Add index-format-hook and expando.

index-format-hook is used to allow dynamic insertion/evaluation of
format strings into $index_format.

It can be used, for example, to implement date formatting based on the
age of the message.

Add a new %@name@ expando to $index_format, which evaluates the
matching index-format-hooks with "name".
doc/manual.xml.head
hdrline.c
hook.c
init.c
init.h
mutt.h
protos.h