]> granicus.if.org Git - neomutt/commit
merge: standardise the string formatting functions
authorRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:48:58 +0000 (22:48 +0000)
committerRichard Russon <rich@flatcap.org>
Sun, 26 Nov 2017 22:48:58 +0000 (22:48 +0000)
commitffa711d24cd890c6e6c72915b28f2fbff777f55a
tree69ca5ffeed6a781b20bb117eb07aa5e45f8d2da6
parent858ec051e1ec817e8a231cf21eae2bb52d2d1f81
parent05d61df92604bc34cc07278f489f951b6bf44ec6
merge: standardise the string formatting functions

There are lots of callback functions used by `mutt_expando_format()`.
These commits make sure they all have similar names and have similarly
named parameters and variables.

 * rename formatting functions
 * rename format parameters/variables
 * update format function comments
 * rearrange switch statements in format functions
 * light tidy of format functions