diff options
Diffstat (limited to '')
-rw-r--r-- | imap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imap.h b/imap.h index 3a30d5a..a364111 100644 --- a/imap.h +++ b/imap.h @@ -55,6 +55,7 @@ X(AtomThread, "THREAD") \ X(AtomUID, "UID") \ X(AtomEnvelope, "ENVELOPE") \ + X(AtomBodyStructure, "BODYSTRUCTURE") \ X(AtomBody, "BODY") \ X(AtomHeaderFields, "HEADER.FIELDS") \ X(AtomText, "TEXT") \ |