diff options
author | June McEnroe <june@causal.agency> | 2020-04-10 12:08:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-10 12:25:13 -0400 |
commit | fb50536f7e9f3a3ee8653c3503b0fbb64770adec (patch) | |
tree | 5e171f75855a601e51648373a0f6708413337ad6 /archive.h | |
parent | Only write UIDNEXT when finished (diff) | |
download | bubger-fb50536f7e9f3a3ee8653c3503b0fbb64770adec.tar.gz bubger-fb50536f7e9f3a3ee8653c3503b0fbb64770adec.zip |
Rename exportThreads to exportFetch
Diffstat (limited to '')
-rw-r--r-- | archive.h | 2 |
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__ |