From cc641ff33aa6421efc0ae84cfdfc61251406c2df Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Apr 2020 13:16:38 -0400 Subject: Fetch thread root envelopes for concat --- archive.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archive.h') diff --git a/archive.h b/archive.h index f588a09..872bf00 100644 --- a/archive.h +++ b/archive.h @@ -67,6 +67,8 @@ static inline void envelopeFree(struct Envelope envelope) { enum Atom exportFetch(FILE *imap, struct List threads); void exportData(struct List items); +enum Atom concatFetch(FILE *imap, struct List threads); + #define TEMPLATE(...) #__VA_ARGS__ struct Variable { -- cgit 1.4.1