diff options
author | June McEnroe <june@causal.agency> | 2020-04-10 13:16:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-10 13:16:38 -0400 |
commit | cc641ff33aa6421efc0ae84cfdfc61251406c2df (patch) | |
tree | 15f7a31179f41f018662d2fe0f18b449d41c47df /archive.h | |
parent | Rename exportThreads to exportFetch (diff) | |
download | bubger-cc641ff33aa6421efc0ae84cfdfc61251406c2df.tar.gz bubger-cc641ff33aa6421efc0ae84cfdfc61251406c2df.zip |
Fetch thread root envelopes for concat
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 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 { |