From f83e1927a6225699522918bbdf581c2b73efbe71 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 17 Apr 2020 16:35:52 -0400 Subject: Write attachment files All this path stuff needs cleaning up. I think it's time to use the template renderer for paths. --- archive.c | 1 + 1 file changed, 1 insertion(+) (limited to 'archive.c') diff --git a/archive.c b/archive.c index 7edc6d6..64b234e 100644 --- a/archive.c +++ b/archive.c @@ -181,6 +181,7 @@ int main(int argc, char *argv[]) { errx(EX_TEMPFAIL, "no messages matching %s", search); } createDir("UID"); + createDir("attachment"); createDir("message"); createDir("thread"); threads = resp.data; -- cgit 1.4.1