diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 10:47:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-12 10:47:30 +0100 |
commit | ea6ac17473c1859327e430cf775e4fbd06067122 (patch) | |
tree | a3e0c68f74e50ec3637f06d62d2f7d2fdd93bff3 /examples/imapresource/imapserverproxy.h | |
parent | 7d4784db80284874cd5b7e8e9f1c8694f6985b90 (diff) | |
download | sink-ea6ac17473c1859327e430cf775e4fbd06067122.tar.gz sink-ea6ac17473c1859327e430cf775e4fbd06067122.zip |
Flag definitions
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 { |