From 851568db391ad62d5caa578bb137d0f26266337d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Apr 2020 14:59:34 -0400 Subject: Move parseEnvelope to parse.c --- archive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archive.h') diff --git a/archive.h b/archive.h index 83f2e76..b43fe87 100644 --- a/archive.h +++ b/archive.h @@ -64,6 +64,8 @@ static inline void envelopeFree(struct Envelope envelope) { free(envelope.bcc.addrs); } +void parseEnvelope(struct Envelope *envelope, struct List list); + bool exportFetch(FILE *imap, enum Atom tag, struct List threads); void exportData(struct List items); -- cgit 1.4.1