dovecot: s/view_sync_area_find/view_sync_is_hidden/

dovecot at dovecot.org dovecot at dovecot.org
Tue Jun 19 14:56:38 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/433ae8a32506
changeset: 5771:433ae8a32506
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jun 19 14:56:33 2007 +0300
description:
s/view_sync_area_find/view_sync_is_hidden/

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
src/lib-index/mail-index-view-sync.c |    4 ++--

diffs (21 lines):

diff -r 213b597e57de -r 433ae8a32506 src/lib-index/mail-index-view-sync.c
--- a/src/lib-index/mail-index-view-sync.c	Tue Jun 19 14:25:30 2007 +0300
+++ b/src/lib-index/mail-index-view-sync.c	Tue Jun 19 14:56:33 2007 +0300
@@ -304,7 +304,7 @@ int mail_index_view_sync_begin(struct ma
 }
 
 static bool
-view_sync_area_find(struct mail_index_view *view, uint32_t seq, uoff_t offset)
+view_sync_is_hidden(struct mail_index_view *view, uint32_t seq, uoff_t offset)
 {
 	const struct mail_index_view_log_sync_area *syncs;
 	unsigned int i, count;
@@ -420,7 +420,7 @@ mail_index_view_sync_get_next_transactio
 
 		/* skip changes committed by hidden transactions (eg. in IMAP
 		   store +flags.silent command) */
-		if (view_sync_area_find(view, seq, offset))
+		if (view_sync_is_hidden(view, seq, offset))
 			continue;
 		break;
 	}


More information about the dovecot-cvs mailing list