aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/worker.go
Commit message (Expand)AuthorAgeFilesLines
* maildir: add folder-mapKoni Marti2023-06-221-2/+14
* lib: parse query-map and folder-map filesKoni Marti2023-06-221-17/+2
* worker: add WorkerInteractor interfaceKoni Marti2023-06-221-5/+5
* notmuch: implement cancellation of requestsTim Culverhouse2023-06-201-7/+17
* notmuch: translate filter/search options to queryKoni Marti2023-06-171-4/+20
* notmuch: use named loggerRobin Jarry2023-06-121-34/+34
* headers: enable partial header fetchingTim Culverhouse2023-05-161-0/+10
* imap: use delimiter from serverMoritz Poldrack2023-05-161-0/+7
* directory: add IANA mailbox rolesTim Culverhouse2023-04-221-0/+2
* directory: use directory to store rue countsTim Culverhouse2023-04-221-5/+2
* directory: remove attributes fieldTim Culverhouse2023-04-221-6/+3
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-0/+7
* capabilities: report capabilities from backendTim Culverhouse2023-04-221-5/+9
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-071-10/+29
* notmuch/checkmail: simplify check-mail functionTim Culverhouse2023-03-071-19/+9
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-061-0/+2
* model: change flags array to bitmaskRobin Jarry2023-01-041-2/+3
* notmuch: allow moving single file messagesinwit2022-12-021-9/+14
* logging: rename package to logRobin Jarry2022-12-021-36/+36
* 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: emit a DirectoryInfo message upon check-mail completionJulian Pidancet2022-10-271-0/+3
* notmuch: simplify DirectoryInfo emitting logicJulian Pidancet2022-10-271-78/+61
* notmuch: make maildir store path configurableJulian Pidancet2022-10-271-20/+56
* notmuch: add maildir supportJulian Pidancet2022-10-271-7/+207
* 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
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-33/+34
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-041-2/+0
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-14/+25
* checkmail: error if check-mail-cmd is not setTim Culverhouse2022-08-011-0/+4
* notmuch: fix cursor movement in threaded viewKoni Marti2022-07-311-0/+6
* logging: use level-based logger functionsRobin Jarry2022-07-231-27/+27
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-3/+16
* threading: add backend capabilities to workersTim Culverhouse2022-07-101-0/+5
* 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-191-0/+1
* format: reformat code with go 1.17Robin Jarry2021-12-111-1/+2
* 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-131-3/+27
* go.mod: change base git urlRobin Jarry2021-11-051-7/+7