]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Comment update.
authorTimo Sirainen <tss@iki.fi>
Wed, 25 Mar 2009 18:46:47 +0000 (14:46 -0400)
committerTimo Sirainen <tss@iki.fi>
Wed, 25 Mar 2009 18:46:47 +0000 (14:46 -0400)
--HG--
branch : HEAD

src/lib-index/mail-index.h

index 1c1aa58cd24e168da6e3a1816f2d5a7cc3f3ddaf..75aa5961bc4b21fa695e8ccc6e8d14f42e21a27d 100644 (file)
@@ -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);