diff options
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h index a9e3d67..2175ca1 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -47,6 +47,13 @@ namespace FolderFlags | |||
47 | extern const char* Noselect; | 47 | extern const char* Noselect; |
48 | extern const char* Marked; | 48 | extern const char* Marked; |
49 | extern const char* Unmarked; | 49 | extern const char* Unmarked; |
50 | extern const char* Subscribed; | ||
51 | extern const char* Sent; | ||
52 | extern const char* Trash; | ||
53 | extern const char* Archive; | ||
54 | extern const char* Junk; | ||
55 | extern const char* Flagged; | ||
56 | extern const char* All; | ||
50 | } | 57 | } |
51 | 58 | ||
52 | struct Message { | 59 | struct Message { |