]> granicus.if.org Git - neomutt/commit
test: templates for parse functions
authorRichard Russon <rich@flatcap.org>
Sun, 28 Apr 2019 13:13:46 +0000 (14:13 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 30 Apr 2019 10:22:04 +0000 (11:22 +0100)
commit24df42909081df4a3b3bceb5bd21a92eb50e2264
tree60c1e1de46c597168ee8e6a64bb318bbd6bd1cde
parentca5b962c4a49d4b0a1464469a4a1011c64d46ef9
test: templates for parse functions
18 files changed:
.gitignore
test/Makefile.autosetup
test/parse/main.c [new file with mode: 0644]
test/parse/mutt_auto_subscribe.c [new file with mode: 0644]
test/parse/mutt_check_encoding.c [new file with mode: 0644]
test/parse/mutt_check_mime_type.c [new file with mode: 0644]
test/parse/mutt_extract_message_id.c [new file with mode: 0644]
test/parse/mutt_is_message_type.c [new file with mode: 0644]
test/parse/mutt_matches_ignore.c [new file with mode: 0644]
test/parse/mutt_parse_content_type.c [new file with mode: 0644]
test/parse/mutt_parse_mailto.c [new file with mode: 0644]
test/parse/mutt_parse_multipart.c [new file with mode: 0644]
test/parse/mutt_parse_part.c [new file with mode: 0644]
test/parse/mutt_read_mime_header.c [new file with mode: 0644]
test/parse/mutt_rfc822_parse_line.c [new file with mode: 0644]
test/parse/mutt_rfc822_parse_message.c [new file with mode: 0644]
test/parse/mutt_rfc822_read_header.c [new file with mode: 0644]
test/parse/mutt_rfc822_read_line.c [new file with mode: 0644]