diff options
author | June McEnroe <june@causal.agency> | 2020-04-16 10:44:35 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-16 10:44:35 -0400 |
commit | 43f68d46baede7e91aa5d061a06112b74f3ac609 (patch) | |
tree | 40cfff80ed4e57673a2ed3e6cb6656cd4d25aa10 /archive.h | |
parent | Render message links before to/cc (diff) | |
download | bubger-43f68d46baede7e91aa5d061a06112b74f3ac609.tar.gz bubger-43f68d46baede7e91aa5d061a06112b74f3ac609.zip |
Render text/plain to HTML
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |