From 27ce93d8778ccf68c8b436454213e6f6fe826a38 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Apr 2020 21:56:44 -0400 Subject: Concatenate HTML threads --- archive.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'archive.h') diff --git a/archive.h b/archive.h index addd94d..541c03c 100644 --- a/archive.h +++ b/archive.h @@ -184,6 +184,11 @@ int mboxBody(FILE *file, const char *body); int htmlMessageHead(FILE *file, const struct Envelope *envelope); int htmlMessageTail(FILE *file); +int htmlThreadHead(FILE *file, const struct Envelope *envelope); +int htmlThreadHeader(FILE *file, const struct Envelope *envelope); +int htmlThreadOpen(FILE *file); +int htmlThreadClose(FILE *file); +int htmlThreadTail(FILE *file); int atomEntryHead(FILE *file, const struct Envelope *envelope); int atomEntryTail(FILE *file); -- cgit 1.4.1