aerc/worker/maildir
Tim Culverhouse 921382a9bf maildir: do not send dircontents on fs event
The maildir worker watches the file system for events (new mail, moved
mail, copied mail, etc). On an event, the worker sends a
DirectoryContents message and a DirectoryInfo message.

Do not send DirectoryContents on FS Event in the maildir worker. The
DirectoryInfo message already triggers the UI to request the new
DirectoryContents, and does so in a more predictable way (IE any
currently applied filter is applied).

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-30 21:42:37 +02:00
..
container.go maildir: remove filename encoded UID when moving messages 2022-08-24 17:00:44 +02:00
message.go lint: work nicely with wrapped errors (errorlint) 2022-08-04 21:58:04 +02:00
search.go go: removed io/ioutil 2022-08-22 09:30:19 +02:00
worker.go maildir: do not send dircontents on fs event 2022-08-30 21:42:37 +02:00