about summary refs log tree commit diff
path: root/archive.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-10 12:08:38 -0400
committerJune McEnroe <june@causal.agency>2020-04-10 12:25:13 -0400
commitfb50536f7e9f3a3ee8653c3503b0fbb64770adec (patch)
tree5e171f75855a601e51648373a0f6708413337ad6 /archive.h
parentOnly write UIDNEXT when finished (diff)
downloadbubger-fb50536f7e9f3a3ee8653c3503b0fbb64770adec.tar.gz
bubger-fb50536f7e9f3a3ee8653c3503b0fbb64770adec.zip
Rename exportThreads to exportFetch
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.h b/archive.h
index cca5775..f588a09 100644
--- a/archive.h
+++ b/archive.h
@@ -64,7 +64,7 @@ static inline void envelopeFree(struct Envelope envelope) {
 	free(envelope.bcc.addrs);
 }
 
-enum Atom exportThreads(FILE *imap, struct List threads);
+enum Atom exportFetch(FILE *imap, struct List threads);
 void exportData(struct List items);
 
 #define TEMPLATE(...) #__VA_ARGS__