about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-12 11:18:06 -0400
committerJune McEnroe <june@causal.agency>2020-04-12 11:20:31 -0400
commita105ca383bfd94eade07f957a6c9df3dc60de3f8 (patch)
tree53bc33a59d0447ae011cf1ec3e79f5413edbf63b /archive.h
parentUse Message-Id in mailto Atom IDs (diff)
downloadbubger-a105ca383bfd94eade07f957a6c9df3dc60de3f8.tar.gz
bubger-a105ca383bfd94eade07f957a6c9df3dc60de3f8.zip
Do not use <h1> for subject lines
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h3
1 files changed, 2 insertions, 1 deletions
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);