[dovecot-cvs] dovecot-lda/src sieve-cmu.c,1.8,1.9

cras at dovecot.org cras at dovecot.org
Sat Sep 24 13:58:15 EEST 2005


Update of /var/lib/cvs/dovecot-lda/src
In directory talvi:/tmp/cvs-serv1278

Modified Files:
	sieve-cmu.c 
Log Message:
We weren't using up-to-date .sievec script at all after last change..



Index: sieve-cmu.c
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/sieve-cmu.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- sieve-cmu.c	24 Sep 2005 10:23:49 -0000	1.8
+++ sieve-cmu.c	24 Sep 2005 10:58:13 -0000	1.9
@@ -448,7 +448,7 @@
 		}
 	} else {
 		if (st.st_mtime < st2.st_mtime)
-			return 0;
+			return 1;
 	}
 
 	/* need to compile */



More information about the dovecot-cvs mailing list