]> granicus.if.org Git - neomutt/commit
Support of multiple config files as CLI arguments
authorGuyzmo <guyzmo+github+pub@m0g.net>
Thu, 12 Jan 2017 01:14:21 +0000 (02:14 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 23 Jan 2017 11:40:39 +0000 (11:40 +0000)
commit83f7558efab3dcd7b7e227a727ef95f711363f50
treecfe027e6b720996cbc455b6be2d9501afa3eb8ee
parent1a47a170a14d747da9c23cbe22f4cb6979c1f4d5
Support of multiple config files as CLI arguments

- changed the Muttrc global to a LIST*
- set it up to parse in order of parsing
- updated AliasFile to be a LIST* as well

Closes #234
alias.c
globals.h
init.c
init.h
main.c