]> granicus.if.org Git - neomutt/commit
eliminate MuttIndexWindow from mutt_make_string_flags()
authorRichard Russon <rich@flatcap.org>
Mon, 21 Oct 2019 11:34:04 +0000 (12:34 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 23 Oct 2019 10:37:44 +0000 (11:37 +0100)
commit370b619db32cabe7e9705294c5bdd5d9c037045c
treeef206f014b3320fb9449a5bc2c2d119dc30f8d78
parent60ce0c0478c8b6c91ea861c88bf7cccbf2ae3883
eliminate MuttIndexWindow from mutt_make_string_flags()

`mutt_make_string_flags()`, and its macro wrapper `mutt_make_string()`,
use `mutt_expando_format()` and `index_format_str()` to expand strings.

Some of the callers expect the string to be truncated at the screen
width.  These functions now have an extra paramter to avoid using
`MuttIndexWindow` directly.
copy.c
edit.c
hdrline.c
hdrline.h
hook.c
index.c
postpone.c
recvattach.c
recvcmd.c
send.c