]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_sieve.h
serv_managesieve.c is now only built on Citadel servers that
[citadel.git] / citadel / serv_sieve.h
index 92060a076d216d74e6496f3f28c0c1ea6fa11b0f..b58f2c72b4dd25006737b776312589de48583def 100644 (file)
@@ -32,7 +32,6 @@ struct ctdl_sieve {
        struct sdm_userdata *u;         /* Info related to the current session */
 };
 
-#endif /* HAVE_LIBSIEVE */
 
 /* If you change this string you will break all of your Sieve configs. */
 #define CTDLSIEVECONFIGSEPARATOR       "\n-=<CtdlSieveConfigSeparator>=-\n"
@@ -49,3 +48,4 @@ char *msiv_getscript(struct sdm_userdata *u, char *script_name);
 int msiv_deletescript(struct sdm_userdata *u, char *script_name);
 void msiv_putscript(struct sdm_userdata *u, char *script_name, char *script_content);
 
+#endif /* HAVE_LIBSIEVE */