From: Timo Sirainen Date: Wed, 25 Mar 2009 18:46:47 +0000 (-0400) Subject: Comment update. X-Git-Tag: 1.2.beta4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97735b96d442568f65efa20f8c292a496498c17b;p=thirdparty%2Fdovecot%2Fcore.git Comment update. --HG-- branch : HEAD --- diff --git a/src/lib-index/mail-index.h b/src/lib-index/mail-index.h index 1c1aa58cd2..75aa5961bc 100644 --- a/src/lib-index/mail-index.h +++ b/src/lib-index/mail-index.h @@ -243,9 +243,9 @@ mail_index_transaction_get_view(struct mail_index_transaction *t); 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);