[dovecot-cvs] dovecot/src/lib-storage/index index-fetch.c,1.45,1.46

cras at procontrol.fi cras at procontrol.fi
Sun Mar 9 11:01:04 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv5521

Modified Files:
	index-fetch.c 
Log Message:
FETCH: \Seen flag updating didn't work (eg. FETCH BODY[]).



Index: index-fetch.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-fetch.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- index-fetch.c	11 Feb 2003 10:30:29 -0000	1.45
+++ index-fetch.c	9 Mar 2003 09:01:01 -0000	1.46
@@ -31,7 +31,7 @@
 
 	ctx = i_new(struct mail_fetch_context, 1);
 
-	if (!box->readonly && update_seen != NULL)
+	if (box->readonly && update_seen != NULL)
 		*update_seen = FALSE;
 
 	/* need exclusive lock to update the \Seen flags */




More information about the dovecot-cvs mailing list