]> granicus.if.org Git - neomutt/commit
Convert Hooks to TAILQ
authorPietro Cerutti <gahr@gahr.ch>
Tue, 25 Jul 2017 19:52:29 +0000 (19:52 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 5 Aug 2017 17:55:23 +0000 (18:55 +0100)
commit6bfeb57f037c03cf2c2706dafed128fb0e3f3846
treea32c453f79f215e364cb52f9650539d53d7565e2
parentd8d94cc7a9cc73d3e22d29fe8f0ca86027b3f863
Convert Hooks to TAILQ

For this one I have chosen to use a doubly-linked tail queue. See how it
simplifies the delete_hooks function.

Issue #374
hook.c