dovecot-1.2: Comment update.

dovecot at dovecot.org dovecot at dovecot.org
Wed Mar 25 20:46:53 EET 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/7bdc9d0bc9e6
changeset: 8860:7bdc9d0bc9e6
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Mar 25 14:46:47 2009 -0400
description:
Comment update.

diffstat:

1 file changed, 3 insertions(+), 3 deletions(-)
src/lib-index/mail-index.h |    6 +++---

diffs (16 lines):

diff -r 26de66d80a23 -r 7bdc9d0bc9e6 src/lib-index/mail-index.h
--- a/src/lib-index/mail-index.h	Wed Mar 25 14:23:46 2009 -0400
+++ b/src/lib-index/mail-index.h	Wed Mar 25 14:46:47 2009 -0400
@@ -243,9 +243,9 @@ bool mail_index_transaction_is_expunged(
 bool mail_index_transaction_is_expunged(struct mail_index_transaction *t,
 					uint32_t seq);
 
-/* Returns a view to transaction. Currently this differs from normal view only
-   in that it contains newly appended messages in transaction. The view can
-   still be used after transaction has been committed. */
+/* Returns a view containing the mailbox state after changes in transaction
+   are applied. The view can still be used after transaction has been
+   committed. */
 struct mail_index_view *
 mail_index_transaction_open_updated_view(struct mail_index_transaction *t);
 


More information about the dovecot-cvs mailing list