From 74125df122a82574b751fefaffe6d76982527a80 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Apr 2020 14:49:26 -0400 Subject: Move extra atoms into the predefined enum --- imap.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'imap.h') diff --git a/imap.h b/imap.h index a7b4b64..f3ca668 100644 --- a/imap.h +++ b/imap.h @@ -52,6 +52,12 @@ X(AtomRecent, "RECENT") \ X(AtomExpunge, "EXPUNGE") \ X(AtomFetch, "FETCH") \ + X(AtomThread, "THREAD") \ + X(AtomUID, "UID") \ + X(AtomEnvelope, "ENVELOPE") \ + X(AtomBody, "BODY") \ + X(AtomHeaderFields, "HEADER.FIELDS") \ + X(AtomText, "TEXT") \ X(AtomUntagged, "*") enum Atom { -- cgit 1.4.1