dovecot-2.2: dsync: Attempt to preserve \Recent flag as well

dovecot at dovecot.org dovecot at dovecot.org
Thu Jan 10 10:02:51 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/f6d69bc1beed
changeset: 15628:f6d69bc1beed
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Jan 10 10:02:47 2013 +0200
description:
dsync: Attempt to preserve \Recent flag as well

diffstat:

 src/doveadm/dsync/dsync-mailbox-export.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f106740d92a0 -r f6d69bc1beed src/doveadm/dsync/dsync-mailbox-export.c
--- a/src/doveadm/dsync/dsync-mailbox-export.c	Thu Jan 10 09:33:19 2013 +0200
+++ b/src/doveadm/dsync/dsync-mailbox-export.c	Thu Jan 10 10:02:47 2013 +0200
@@ -99,7 +99,7 @@
 
 	change->modseq = mail_get_modseq(mail);
 	change->pvt_modseq = mail_get_pvt_modseq(mail);
-	change->final_flags = mail_get_flags(mail) & MAIL_FLAGS_NONRECENT;
+	change->final_flags = mail_get_flags(mail);
 
 	keywords = mail_get_keywords(mail);
 	if (!array_is_created(&change->keyword_changes) &&


More information about the dovecot-cvs mailing list