aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/lib
Commit message (Expand)AuthorAgeFilesLines
* notmuch: ignore duplicate msg ID error on deleteJason Cox2024-04-021-1/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* notmuch: correctly run queries in `*` folderJason Cox2024-01-271-1/+17
* notmuch: keep track of all siblings in threadJason Cox2024-01-071-5/+3
* fold: allow for multiple folding levelsinwit2023-11-021-1/+5
* notmuch: return all siblings in threadsinwit2023-10-131-24/+10
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-7/+12
* notmuch: internally sort threads newest firstTim Culverhouse2023-08-311-1/+11
* notmuch: track database stateTim Culverhouse2023-08-311-0/+7
* notmuch: remove unused codeTim Culverhouse2023-08-301-15/+0
* notmuch: replace notmuch library with internal bindingsTim Culverhouse2023-08-301-306/+196
* notmuch: implement cancellation of requestsTim Culverhouse2023-06-201-10/+21
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-071-0/+5
* logging: rename package to logRobin Jarry2022-12-021-8/+8
* notmuch: add MsgIDFromFilename method to notmuch.DBJulian Pidancet2022-10-271-0/+16
* notmuch: fix bad copy-paste in MsgModifyTags loggingJulian Pidancet2022-10-271-1/+1
* notmuch: add IndexFile and DeleteMessage methods to notmuch.DBJulian Pidancet2022-10-271-0/+29
* notmuch: add MsgFilenames method to notmuch.DBJulian Pidancet2022-10-271-0/+25
* notmuch: fix regression in error handlingJose Lombera2022-09-011-1/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-2/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-3/+13
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-8/+11
* logging: use level-based logger functionsRobin Jarry2022-07-231-9/+6
* notmuch: fix server-side threadsTim Culverhouse2022-07-021-3/+15
* format: reformat code with go 1.17Robin Jarry2021-12-112-2/+4
* messages: allow displaying email threadsy0ast2021-11-132-8/+127
* notmuch: remove gc close hooksReto Brunner2020-12-021-0/+1
* notmuch: close tag objectReto Brunner2020-09-241-0/+1
* notmuch: manually close notmuch objectsReto Brunner2020-08-071-0/+3
* notmuch: avoid stale DBsReto Brunner2020-02-161-99/+133
* notmuch: emit LabelList eventReto Brunner2019-12-211-0/+17
* notmuch: sync maildir flagsReto Brunner2019-09-161-1/+4
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-161-0/+179