]> code.citadel.org Git - citadel.git/blobdiff - citadel/server.h
Completed a new queue (sieve_list) which will instantly
[citadel.git] / citadel / server.h
index 2b60be19372c40d96a2253db6f05a85c65d11771..8061e3df05cbacfdb0ef79ab88b24ed82d5b5984 100644 (file)
@@ -125,6 +125,7 @@ struct CitContext {
        struct citimap *IMAP;
        struct citpop3 *POP3;
        struct citsmtp *SMTP;
+       struct citmgsve *MGSVE; /**< Managesieve Session struct */
        char *SMTP_RECPS;
        char *SMTP_ROOMS;
        struct cit_ical *CIT_ICAL;              /* calendaring data */
@@ -220,6 +221,8 @@ enum {
        S_DEBUGMEMLEAKS,
        S_ATBF,
        S_JOURNAL_QUEUE,
+       S_RPLIST,
+       S_SIEVELIST,
        MAX_SEMAPHORES
 };