about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-10 13:16:38 -0400
committerJune McEnroe <june@causal.agency>2020-04-10 13:16:38 -0400
commitcc641ff33aa6421efc0ae84cfdfc61251406c2df (patch)
tree15f7a31179f41f018662d2fe0f18b449d41c47df /archive.h
parentRename exportThreads to exportFetch (diff)
downloadbubger-cc641ff33aa6421efc0ae84cfdfc61251406c2df.tar.gz
bubger-cc641ff33aa6421efc0ae84cfdfc61251406c2df.zip
Fetch thread root envelopes for concat
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
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 {