]> granicus.if.org Git - neomutt/commit
move functions to library
authorRichard Russon <rich@flatcap.org>
Thu, 5 Oct 2017 01:11:50 +0000 (02:11 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 14 Oct 2017 14:01:43 +0000 (15:01 +0100)
commit5b243f3204f3edb93e09e8cea8c2f66ac50e00ac
tree484034682a5a2672fa64dc581e2b66ac86514efb
parent8c8347665db92b63efe7dac8a4ff47e309113126
move functions to library

These functions have no NeoMutt dependencies:

* imap_make_date()
* imap_parse_date()
* imap_wordcasecmp()
* rstrnstr()

Moving the functions to the library will make it easier to test them and
find common behaviour.
imap/imap_private.h
imap/message.c
imap/util.c
init.c
lib/date.c
lib/date.h
lib/string.c
lib/string2.h