aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch
Commit message (Expand)AuthorAgeFilesLines
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* model: change flags array to bitmaskRobin Jarry2023-01-042-15/+10
* notmuch: preserve tags when moving messagesinwit2022-12-021-2/+14
* notmuch: allow moving single file messagesinwit2022-12-021-9/+14
* logging: rename package to logRobin Jarry2022-12-023-46/+46
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* notmuch: correct a typo in error messageinwit2022-11-091-1/+1
* notmuch: allow whitespace before '=' in query-mapinwit2022-11-091-2/+2
* notmuch: move new maildir files to cur upon opening a folderJulian Pidancet2022-10-271-1/+39
* 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: emit a DirectoryInfo message upon check-mail completionJulian Pidancet2022-10-271-0/+3
* notmuch: simplify DirectoryInfo emitting logicJulian Pidancet2022-10-272-90/+70
* notmuch: make maildir store path configurableJulian Pidancet2022-10-272-31/+69
* notmuch: add maildir supportJulian Pidancet2022-10-273-8/+337
* 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
* lint: check for bad white space habitsRobin Jarry2022-10-191-5/+0
* logging: substitute %w for %vKoni Marti2022-10-021-23/+23
* notmuch: move logic for dynamic folders to backendKoni Marti2022-09-291-5/+9
* backends: send MessageInfoError on header fetching errorTim Culverhouse2022-09-251-2/+2
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-251-3/+1
* notmuch: fix regression in error handlingJose Lombera2022-09-011-1/+1
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-043-36/+38
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-3/+4
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-041-2/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-3/+13
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-041-5/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-013-28/+42
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-011-0/+4
* notmuch: fix cursor movement in threaded viewKoni Marti2022-07-312-1/+7
* logging: use level-based logger functionsRobin Jarry2022-07-233-37/+36
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-3/+16
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+5
* notmuch: fix server-side threadsTim Culverhouse2022-07-021-3/+15
* lint: fix composite literal using unkeyed fieldsMoritz Poldrack2022-06-261-1/+1
* feat: add background mail polling option for all workersTim Culverhouse2022-05-311-0/+26
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong2022-01-201-1/+7
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-192-7/+3
* 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