diff options
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.h b/archive.h index 29833e8..5c7dfcf 100644 --- a/archive.h +++ b/archive.h @@ -233,7 +233,7 @@ int atomThreadClose(FILE *file); int atomIndexOpen(FILE *file); int atomIndexClose(FILE *file); -int htmlMessageOpen(FILE *file, const struct Envelope *envelope); +int htmlMessageOpen(FILE *file, const struct Envelope *envelope, bool nested); int htmlInline(FILE *file, const struct BodyPart *part, const char *content); int htmlAttachmentOpen(FILE *file); int htmlAttachment( |