* mu-msg-iter: improve code documentation

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-01 15:00:28 +03:00
parent a633475e1b
commit f02cdf1f00
2 changed files with 18 additions and 11 deletions

View File

@ -145,9 +145,9 @@ mu_msg_iter_next (MuMsgIter *iter)
* because of the database not being fully up to
* date. in that case, we ignore the message. it
* might be nice to auto-delete these messages from
* the db, but that would might screw up the
* search; also, we only have read-only access to
* the db here */
* the db, but that might screw up the search;
* also, we only have read-only access to the db
* here */
if (!message_is_readable (iter))
return mu_msg_iter_next (iter);