]> granicus.if.org Git - neomutt/commit
config: allow deeper inheritance
authorRichard Russon <rich@flatcap.org>
Wed, 12 Jun 2019 19:00:29 +0000 (20:00 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 12 Jun 2019 23:23:35 +0000 (00:23 +0100)
commitd14d2d38ef9acc7a3aa850bec3c8e02b4dedbaca
tree302a8d6dd147e681ac186cde0d82100bbe7fcdc6
parentf5996b758ff6780b3563f4b6eee1205fa0f88f06
config: allow deeper inheritance

The code assumed that an inherited HashElem had a normal HashElem
parent.  This change removes the assumption, allowing deep nesting of
Config Items.
config/set.c