aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/events.go
Commit message (Collapse)AuthorAgeFilesLines
* notmuch: track database stateTim Culverhouse2023-08-311-8/+0
| | | | | | | | | Track the notmuch database state. When a state change is detected, query if any changes affect the current query then send updates accordingly. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-041-5/+1
| | | | | Signed-off-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc>
* format: reformat code with go 1.17Robin Jarry2021-12-111-1/+2
| | | | | | | | There was a change in how build tags are formatted. Use this as new reference. Link: https://go.dev/doc/go1.17#gofmt Signed-off-by: Robin Jarry <robin@jarry.cc>
* Add missing notmuch build tagsJeffas2020-02-261-0/+2
|
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-161-0/+4
|
* notmuch: add internal event loopReto Brunner2020-02-161-0/+5