[dovecot-cvs] dovecot/src/lib-storage/index index-fetch.c,1.32,1.33

cras at procontrol.fi cras at procontrol.fi
Wed Nov 13 02:14:49 EET 2002


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

Modified Files:
	index-fetch.c 
Log Message:
FETCH RFC822 and RFC822.TEXT also needs to set \Seen flag for message



Index: index-fetch.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-fetch.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- index-fetch.c	4 Nov 2002 04:47:40 -0000	1.32
+++ index-fetch.c	13 Nov 2002 00:14:46 -0000	1.33
@@ -359,6 +359,9 @@
 				break;
 			}
 		}
+
+		if (fetch_data->rfc822 || fetch_data->rfc822_text)
+			ctx.update_seen = TRUE;
 	}
 
 	/* need exclusive lock to update the \Seen flags */




More information about the dovecot-cvs mailing list