]> granicus.if.org Git - neomutt/commit
Add casecmp and strdup_key flags to hash_create()
authorKevin McCarthy <kevin@8t8.us>
Wed, 18 Jan 2017 00:09:11 +0000 (16:09 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commitbb2207048575f11637b495e7a5c5ab05537cf10e
tree4bbedd3bcce36a16dea74b40b33636b65bcece52
parent414f1809831a171cb4846a31e58f167846a8efdf
Add casecmp and strdup_key flags to hash_create()

Aliases and (in the future), X-Label hashes will require a hash that
strdups the key.  Convert the casecmp parameter of hash_create() to a
flags parameter, and add a flag to strdup the keys.
hash.c
hash.h
init.c