From 43f68d46baede7e91aa5d061a06112b74f3ac609 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 16 Apr 2020 10:44:35 -0400 Subject: Render text/plain to HTML --- archive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 49f2a1f..8b991cb 100644 --- a/archive.h +++ b/archive.h @@ -206,6 +206,8 @@ int atomFeedClose(FILE *file); extern const char *htmlTitle; int htmlMessageOpen(FILE *file, const struct Envelope *envelope); +int htmlInlineOpen(FILE *file, const struct BodyPart *part); +int htmlInlineClose(FILE *file); int htmlMessageClose(FILE *file); int htmlThreadHead(FILE *file, const struct Envelope *envelope); int htmlThreadOpen(FILE *file, const struct Envelope *envelope); -- cgit 1.4.1