]> granicus.if.org Git - neomutt/commitdiff
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)
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


Trivial merge