]> granicus.if.org Git - neomutt/commit
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)
commit33b6499b7193fd0150839c353ef396cd7738cfb5
tree2ceacdf48c18be800fee97032f39b2bb277b1b9e
parent91b96eee99b835b777e7c07fac4f0f4c8aafa598
parent84d6335f9ef7734388f60a2097be1ae71284aa94
merge: refactor and document email functions

 * 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