* log index, cleanup separately, less confusing + cosmetic

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-18 09:05:56 +03:00
parent 3b7f2ab25d
commit edebc8d07b
2 changed files with 14 additions and 14 deletions

View File

@ -105,11 +105,10 @@ struct _MuIndexCallbackData {
typedef struct _MuIndexCallbackData MuIndexCallbackData;
/* 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.
* */
/* checks to determine if we need to (re)index this message note:
* simply checking 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. */
static inline gboolean
needs_index (MuIndexCallbackData *data, const char *fullpath,
time_t filestamp)