Timo Sirainen wrote:
On Sun, 2006-08-20 at 19:23 -0700, Richard wrote:
sieve-cmu.c: In function 'get_flags': sieve-cmu.c:181: error: 'array_t' undeclared (first use in this function)
Don't use Dovecot's CVS HEAD, use branch_1_0 instead. I know HEAD has some bugs, and also dovecot-sieve doesn't compile with it as you can see.
For some unknown reason, I can't retrieve dovecot-sieve (branch_1_0) from CVS. I use these commands:
cvs -d :pserver:anonymous@dovecot.org:/home/cvs login cvs -d :pserver:anonymous@dovecot.org:/home/cvs co -r branch_1_0 dovecot-sieve
and get this output on the screen:
cvs checkout: Updating dovecot-sieve cvs checkout: Updating dovecot-sieve/src cvs checkout: Updating dovecot-sieve/src/libsieve
but no files! Am I doing something wrong?