]> granicus.if.org Git - neomutt/commit
fix regexes using '\!' (not) (#1062)
authorRichard Russon <rich@flatcap.org>
Thu, 15 Feb 2018 15:44:13 +0000 (15:44 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Thu, 15 Feb 2018 15:44:13 +0000 (15:44 +0000)
commit2f727544f9a0173bec7caadc672f367d528072b6
tree0cc13ce8f0269111d076741783786c45c4cfb8ab
parentf9fdeed952e399a2c4daf95cbcb4b38b497b473d
fix regexes using '\!' (not) (#1062)

The flag, in struct Option, allowing a regex to use a '!' (not) is part
of the type, not the flags field.
init.c