[dovecot-cvs] dovecot/src/imap cmd-status.c,1.9,1.10

cras at procontrol.fi cras at procontrol.fi
Mon Feb 3 07:11:18 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv29575

Modified Files:
	cmd-status.c 
Log Message:
STATUS cleared \Recent flags from messages



Index: cmd-status.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-status.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cmd-status.c	10 Jan 2003 11:02:10 -0000	1.9
+++ cmd-status.c	3 Feb 2003 05:11:16 -0000	1.10
@@ -65,7 +65,7 @@
 	} else {
 		/* open the mailbox */
 		box = client->storage->open_mailbox(client->storage,
-						    mailbox, FALSE, TRUE);
+						    mailbox, TRUE, TRUE);
 		if (box == NULL)
 			return FALSE;
 	}




More information about the dovecot-cvs mailing list