From fb50536f7e9f3a3ee8653c3503b0fbb64770adec Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Apr 2020 12:08:38 -0400 Subject: Rename exportThreads to exportFetch --- archive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archive.h') 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__ -- cgit 1.4.1