aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/worker.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-281-5/+3
* notmuch: trim excluded tagsKalyan Sriram2020-12-021-0/+3
* notmuch: rename method to SetFlagReto Brunner2020-09-271-1/+1
* Add support for :rmdirARaspiK2020-08-191-0/+2
* Add additional flagging functionalityARaspiK2020-07-081-5/+5
* notmuch: fix docstringReto Brunner2020-07-081-1/+1
* notmuch: handle the answered flagReto Brunner2020-07-051-0/+2
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+27
* 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
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-161-0/+9
* notmuch: add internal event loopReto Brunner2020-02-161-12/+24