worked on sieve config load/save
[citadel.git] / citadel / serv_sieve.h
1 /*
2  * $Id: $
3  */
4
5 extern struct RoomProcList *sieve_list;
6
7 void sieve_queue_room(struct ctdlroom *);
8 void perform_sieve_processing(void);
9
10 /* If you change this string you will break all of your Sieve configs. */
11 #define CTDLSIEVECONFIGSEPARATOR        "\n-=<CtdlSieveConfigSeparator>=-\n"