aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/message.go
Commit message (Expand)AuthorAgeFilesLines
* notmuch: centralize flag/tag mappingsJason Cox2024-01-261-21/+9
* templates: add full path of file(s) as Filename(s)Bence Ferdinandy2023-12-311-0/+4
* worker: move shared code to libRobin Jarry2023-10-281-3/+4
* notmuch: refactor SetFlagTim Culverhouse2023-08-311-17/+10
* messageinfo: report message sizesKoni Marti2023-04-261-1/+14
* model: change flags array to bitmaskRobin Jarry2023-01-041-13/+7
* notmuch: preserve tags when moving messagesinwit2022-12-021-2/+14
* notmuch: add maildir supportJulian Pidancet2022-10-271-0/+109
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-3/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-6/+6
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-191-7/+2
* format: reformat code with go 1.17Robin Jarry2021-12-111-1/+2
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* notmuch: don't read the full file into memoryReto Brunner2021-02-081-9/+3
* notmuch: rename method to SetFlagReto Brunner2020-09-271-4/+4
* Add additional flagging functionalityARaspiK2020-07-081-46/+44
* notmuch: undefined variable when setting reply flagSrivathsan Murali2020-05-261-1/+1
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+33
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+4
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-161-85/+49
* Notmuch: use adhoc write connection.Reto Brunner2019-08-261-12/+79
* Add notmuch backendReto Brunner2019-08-081-0/+123