Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / serv_sieve.h
index 168a8574f84f9081ab1975981cdb936c58bd8cf4..2a203cda70975be8ddad3b5ba59e8251698fcc6d 100644 (file)
@@ -1,9 +1,4 @@
-/*
- * $Id: $
- */
-
 
-#ifdef HAVE_LIBSIEVE
 
 #include <sieve2.h>
 #include <sieve2_error.h>
@@ -68,5 +63,3 @@ 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);
 extern char *msiv_extensions;
-
-#endif /* HAVE_LIBSIEVE */