about summary refs log tree commit diff stats
path: root/worker/notmuch/worker.go
Commit message (Expand)AuthorAgeFilesLines
* notmuch: emit dirinfo upon label changeReto Brunner2020-03-011-0/+3
* notmuch: align dirInfo logic to the maildir workerReto Brunner2020-02-291-10/+13
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-161-0/+9
* notmuch: add internal event loopReto Brunner2020-02-161-12/+24
* notmuch: emit DirInfo upon requestReto Brunner2020-02-161-12/+44
* notmuch: emit LabelList eventReto Brunner2019-12-211-0/+12
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* notmuch: implement ModifyLabelsReto Brunner2019-09-161-26/+61
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-161-90/+22
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-9/+29
* Notmuch: use adhoc write connection.Reto Brunner2019-08-261-18/+68
* Add notmuch backendReto Brunner2019-08-081-0/+393