]> granicus.if.org Git - neomutt/commitdiff
merge: refactor and document email functions
authorRichard Russon <rich@flatcap.org>
Wed, 29 Nov 2017 01:13:47 +0000 (01:13 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 29 Nov 2017 01:13:47 +0000 (01:13 +0000)
 * move functions to mutt_address.c
 * rename rfc822.c to address.c
 * move rfc822_new_address to address.c
 * standardise the address functions
 * standardise the envelope functions
 * standardise the parameter functions
 * move address functions
 * move envelope function
 * move parameter functions
 * rename mutt_tags to tags
 * add comments
 * rename rfc822 constants
 * minor tidying/boolification
 * move statics first


Trivial merge