Files
mu4e/man
Dirk-Jan C. Binnema b0d8d42dd2 indexer: make lazy check even lazier
In lazy-mode, we were skipping directories that did not change; however,
this didn't help for the case were users received new messages in big
maildirs.

So, add another check where we compare the ctime of message files with
the time of the last indexing operation. If it's smaller, ignore the
message-file. This is faster than having to consult the Xapian database
for each message.

Note that this requires in mu4e:
      (setq mu4e-index-lazy-check t)
or
   --lazy-check
as a parameter for 'mu index'.
2024-11-10 13:47:54 +02:00
..
2024-07-18 10:01:45 +09:00
2024-07-18 10:01:45 +09:00
2024-09-15 09:46:34 +01:00
2024-09-24 23:33:00 +03:00