about summary refs log tree commit diff
path: root/imap.h
diff options
context:
space:
mode:
Diffstat (limited to 'imap.h')
-rw-r--r--imap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/imap.h b/imap.h
index 0aa5636..1bb57f5 100644
--- a/imap.h
+++ b/imap.h
@@ -60,7 +60,8 @@
 	X(AtomHeader, "HEADER") \
 	X(AtomText, "TEXT") \
 	X(AtomDot, ".") \
-	X(AtomUntagged, "*")
+	X(AtomUntagged, "*") \
+	X(AtomContinue, "+")
 
 enum Atom {
 #define X(id, str) id,