From a105ca383bfd94eade07f957a6c9df3dc60de3f8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Apr 2020 11:18:06 -0400 Subject: Do not use

for subject lines --- archive.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archive.h') diff --git a/archive.h b/archive.h index bcadb70..85428fe 100644 --- a/archive.h +++ b/archive.h @@ -99,7 +99,8 @@ int mboxFrom(FILE *file); int mboxHeader(FILE *file, char *header); int mboxBody(FILE *file, char *body); -int htmlEnvelope(FILE *file, const struct Envelope *envelope); +int htmlMessageHead(FILE *file, const struct Envelope *envelope); +int htmlMessageTail(FILE *file); int atomEntryHead(FILE *file, const struct Envelope *envelope); int atomEntryTail(FILE *file); -- cgit 1.4.1