changeset 1088:eedb1467ccb0 HEAD

STATUS cleared \Recent flags from messages
author Timo Sirainen <tss@iki.fi>
date Mon, 03 Feb 2003 07:11:16 +0200
parents c1f6c20cde9a
children 088c7d83f2f2
files src/imap/cmd-status.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/cmd-status.c	Mon Feb 03 07:01:05 2003 +0200
+++ b/src/imap/cmd-status.c	Mon Feb 03 07:11:16 2003 +0200
@@ -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;
 	}