aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch/worker.go
Commit message (Expand)AuthorAgeFilesLines
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-28/+34
* commands: add :query to create named notmuch dirsJason Cox2024-02-261-16/+44
* log: move package to libRobin Jarry2024-02-141-1/+1
* notmuch: correctly run queries in `*` folderJason Cox2024-01-271-16/+5
* flags: add support for draft flagJason Cox2024-01-261-1/+26
* notmuch: remove dynamic foldersKoni Marti2023-12-301-1/+7
* search: use a common api for all workersRobin Jarry2023-10-281-17/+3
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-1/+3
* lib: return a new Header from LimitHeadersTim Culverhouse2023-09-191-2/+2
* notmuch: track database stateTim Culverhouse2023-08-311-43/+23
* notmuch: fix modify labels dropping threadingTim Culverhouse2023-08-311-7/+4
* notmuch: check context when opening directoryTim Culverhouse2023-08-311-0/+3
* notmuch: replace notmuch library with internal bindingsTim Culverhouse2023-08-301-10/+9
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-14/+4
* notmuch: add option to provide path for accountKirill Chibisov2023-08-051-1/+7
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-041-2/+3
* 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