]> granicus.if.org Git - neomutt/commit
rename mutt_format_string and mutt_FormatString
authorRichard Russon <rich@flatcap.org>
Fri, 14 Jul 2017 21:07:37 +0000 (22:07 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 17 Jul 2017 16:16:05 +0000 (17:16 +0100)
commitdce39a03fdbef364d81f72452af199c90914b3dd
treeb3cfce22775cb479c4096b37263a89171631a5bd
parent423538578d14604685dedc2c6eb5abba1730b5d1
rename mutt_format_string and mutt_FormatString

`mutt_format_string` and `mutt_FormatString` were much to similarly
named to be useful.  The first only does formatting.  The second uses
expandos to allow custom expansion.

To avoid future confusion, I've created new names that are distinct:
    mutt_format_string mutt_simple_format
    mutt_FormatString  mutt_expando_format
24 files changed:
addrbook.c
browser.c
commands.c
compose.c
compress.c
curs_lib.c
format_flags.h
hdrline.c
lib.h
menu.c
muttlib.c
ncrypt/crypt_gpgme.c
ncrypt/pgpinvoke.c
ncrypt/pgpkey.c
ncrypt/smime.c
newsrc.c
protos.h
query.c
recvattach.c
recvcmd.c
remailer.c
sendlib.c
sidebar.c
status.c