diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-08-30 10:28:46 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-30 21:42:37 +0200 |
commit | 921382a9bfec02525cd24e66b2598a27ddcb6020 (patch) | |
tree | 8fe87656108efebf3cc0f48eece900bfe25f2994 /widgets | |
parent | 8eab82964986a82312c2cc678965c31257e48c50 (diff) | |
download | aerc-921382a9bfec02525cd24e66b2598a27ddcb6020.tar.gz |
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>
Diffstat (limited to 'widgets')
0 files changed, 0 insertions, 0 deletions