Searched defs:days (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-index-transaction-update.c124 int i, days; local
133 /* get number of days since last message */
134 days = (stamp - hdr.day_stamp) / (3600*24);
135 if (days > max_days)
136 days = max_days;
138 /* @UNSAFE: move days forward and fill the missing days with old
140 if (days > 0 && days < max_days)
141 memmove(hdr.day_first_uid + days, hd
[all...]

Completed in 19 milliseconds