Removed some outdated cruft from the SMTP queue handler:
[citadel.git] / citadel / server.h
index 19eb12a2a1b722a4e06a197fa134166207223a60..6f18e9554b3361b92bda086cb4365921a537460c 100644 (file)
@@ -140,8 +140,6 @@ struct CitContext {
        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 */
        struct ma_info *ma;                     /* multipart/alternative data */
 };