* mu-index: add some comment about the new up-to-data check

This commit is contained in:
Dirk-Jan C. Binnema 2010-01-11 20:46:48 +02:00
parent 044db7ea80
commit 191630b302
1 changed files with 4 additions and 1 deletions

View File

@ -86,7 +86,10 @@ _insert_or_update_maybe (const char* fullpath, time_t filestamp,
*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 {
/* unconditionally reindex */
if (data->_reindex)