about summary refs log tree commit diff stats
path: root/worker/notmuch
Commit message (Expand)AuthorAgeFilesLines
* format: reformat code with go 1.17Robin Jarry2021-12-116-6/+12
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-1/+3
* notmuch: allow empty searchesKalyan Sriram2021-11-131-1/+4
* messages: allow displaying email threadsy0ast2021-11-133-11/+154
* go.mod: change base git urlRobin Jarry2021-11-052-10/+10
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-281-5/+3
* notmuch: don't read the full file into memoryReto Brunner2021-02-081-9/+3
* notmuch: trim excluded tagsKalyan Sriram2020-12-021-0/+3
* notmuch: remove gc close hooksReto Brunner2020-12-021-0/+1
* notmuch: rename method to SetFlagReto Brunner2020-09-272-5/+5
* notmuch: close tag objectReto Brunner2020-09-241-0/+1
* Add support for :rmdirARaspiK2020-08-191-0/+2
* notmuch: manually close notmuch objectsReto Brunner2020-08-071-0/+3
* Add additional flagging functionalityARaspiK2020-07-082-51/+49
* notmuch: fix docstringReto Brunner2020-07-081-1/+1
* notmuch: handle the answered flagReto Brunner2020-07-051-0/+2
* notmuch: undefined variable when setting reply flagSrivathsan Murali2020-05-261-1/+1
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-252-0/+60
* notmuch: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-13/+0
* notmuch: emit dirinfo upon label changeReto Brunner2020-03-011-0/+3
* notmuch: align dirInfo logic to the maildir workerReto Brunner2020-02-291-10/+13
* Add missing notmuch build tagsJeffas2020-02-262-0/+4
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-163-1/+27
* notmuch: add internal event loopReto Brunner2020-02-163-12/+38
* notmuch: emit DirInfo upon requestReto Brunner2020-02-161-12/+44
* notmuch: avoid stale DBsReto Brunner2020-02-161-99/+133
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* notmuch: emit LabelList eventReto Brunner2019-12-212-0/+29
* 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: sync maildir flagsReto Brunner2019-09-161-1/+4
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-163-175/+250
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-9/+29
* Notmuch: use adhoc write connection.Reto Brunner2019-08-262-30/+147
* Add notmuch backendReto Brunner2019-08-082-0/+516