]> granicus.if.org Git - neomutt/commit
Adds label completion.
authorDavid Champion <dgc@bikeshed.us>
Sun, 29 Jan 2017 02:47:57 +0000 (18:47 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 10 Feb 2017 03:32:55 +0000 (03:32 +0000)
commit66deb574d751a5104abfbc1b0d8fecfc9f39b94d
treeceb85353ffdd9ab4cfbfb4f616dc3c2faafd799d
parent778a3725a57436dbf9f7f17f40e71ec87b95fc45
Adds label completion.

A global label hash is added, to which labels are added as they're parsed
from a mailbox file or edited manually by the user.  Reference counts are
kept in the hash table so that unused labels are removed from available
completions.  Completion is available in the label editor only, but it
may be feasible to add for search expressions if the preceding text ends
with '~y'.
doc/manual.xml.head
enter.c
headers.c
init.c
main.c
protos.h