From 80191306f44ab262c83b354d2e4442e807249aeb Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 14 Apr 2020 21:19:00 -0400 Subject: Parse . as an atom on its own --- export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export.c') diff --git a/export.c b/export.c index 5647086..644055c 100644 --- a/export.c +++ b/export.c @@ -170,7 +170,7 @@ bool exportData(FILE *imap, enum Atom tag, struct List items) { if (section.ptr[0].type == Atom) { name = section.ptr[0].atom; - if (name == AtomHeaderFields) { + if (name == AtomHeader) { bodyHeader = data; } else if (name == AtomText) { bodyText = data; -- cgit 1.4.1