aboutsummaryrefslogtreecommitdiffstats
path: root/worker/notmuch
Commit message (Expand)AuthorAgeFilesLines
* notmuch: add strategies for multi-file messagesJason Cox2024-04-023-88/+406
* notmuch: simplify moving a messageJason Cox2024-04-021-10/+1
* notmuch: ignore duplicate msg ID error on deleteJason Cox2024-04-021-1/+1
* commands: add :query to create named notmuch dirsJason Cox2024-02-262-16/+51
* log: move package to libRobin Jarry2024-02-144-4/+4
* filter: allow workers to combine filter termsKoni Marti2024-02-111-3/+6
* notmuch: correctly run queries in `*` folderJason Cox2024-01-272-17/+22
* flags: add support for draft flagJason Cox2024-01-262-1/+29
* notmuch: centralize flag/tag mappingsJason Cox2024-01-263-33/+36
* notmuch: keep track of all siblings in threadJason Cox2024-01-071-5/+3
* templates: add full path of file(s) as Filename(s)Bence Ferdinandy2023-12-311-0/+4
* notmuch: remove dynamic foldersKoni Marti2023-12-301-1/+7
* fold: allow for multiple folding levelsinwit2023-11-021-1/+5
* search: use a common api for all workersRobin Jarry2023-10-282-73/+90
* worker: move shared code to libRobin Jarry2023-10-281-3/+4
* notmuch: return all siblings in threadsinwit2023-10-131-24/+10
* ui: enable showing of thread-contextTim Culverhouse2023-09-272-8/+15
* lib: return a new Header from LimitHeadersTim Culverhouse2023-09-191-2/+2
* notmuch: internally sort threads newest firstTim Culverhouse2023-08-311-1/+11
* notmuch: refactor SetFlagTim Culverhouse2023-08-311-17/+10
* notmuch: track database stateTim Culverhouse2023-08-314-63/+77
* notmuch: fix modify labels dropping threadingTim Culverhouse2023-08-311-7/+4
* notmuch: check context when opening directoryTim Culverhouse2023-08-311-0/+3
* notmuch: remove unused codeTim Culverhouse2023-08-301-15/+0
* notmuch: replace notmuch library with internal bindingsTim Culverhouse2023-08-303-316/+210
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-14/+4
* notmuch: add option to provide path for accountKirill Chibisov2023-08-052-2/+10
* 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-202-17/+38
* notmuch: translate filter/search options to queryKoni Marti2023-06-172-4/+106
* notmuch: use named loggerRobin Jarry2023-06-122-36/+35
* headers: enable partial header fetchingTim Culverhouse2023-05-161-0/+10
* imap: use delimiter from serverMoritz Poldrack2023-05-161-0/+7
* messageinfo: report message sizesKoni Marti2023-04-261-1/+14
* 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
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-4/+2
* notmuch: use fswatcher to trigger directory count updateTim Culverhouse2023-03-073-13/+37
* 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-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