* mu-msg-iter-xapian: cosmetics
This commit is contained in:
@ -121,12 +121,13 @@ mu_msg_iter_xapian_next (MuMsgIterXapian *iter)
|
|||||||
if (iter->_cursor == iter->_matches.end())
|
if (iter->_cursor == iter->_matches.end())
|
||||||
return FALSE; /* no more matches */
|
return FALSE; /* no more matches */
|
||||||
|
|
||||||
/* the message may not be readable / existing, e.g., because
|
/* the message may not be readable / existing, e.g.,
|
||||||
* of the database not being fully up to date. in that case,
|
* because of the database not being fully up to
|
||||||
* we ignore the message. it might be nice to auto-delete
|
* date. in that case, we ignore the message. it
|
||||||
* these messages from the db, but that would might screw
|
* might be nice to auto-delete these messages from
|
||||||
* up the search; also, we only have read-only access to the
|
* the db, but that would might screw up the
|
||||||
* db here */
|
* search; also, we only have read-only access to
|
||||||
|
* the db here */
|
||||||
if (!message_is_readable (iter))
|
if (!message_is_readable (iter))
|
||||||
return mu_msg_iter_xapian_next (iter);
|
return mu_msg_iter_xapian_next (iter);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user