* mu-index: add some comment about the new up-to-data check
This commit is contained in:
@ -86,7 +86,10 @@ _insert_or_update_maybe (const char* fullpath, time_t filestamp,
|
|||||||
|
|
||||||
*updated = FALSE;
|
*updated = FALSE;
|
||||||
|
|
||||||
/* checks to determine if we need to (re)index this message */
|
/* checks to determine if we need to (re)index this message
|
||||||
|
* note: just check timestamps is not good enough because
|
||||||
|
* message may be moved from other dirs (e.g. from 'new' to
|
||||||
|
* 'cur') and the time stamps won't change.*/
|
||||||
do {
|
do {
|
||||||
/* unconditionally reindex */
|
/* unconditionally reindex */
|
||||||
if (data->_reindex)
|
if (data->_reindex)
|
||||||
|
|||||||
Reference in New Issue
Block a user