aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* search: add rcpts fields to header in search criteriaKoni Marti2023-11-123-1/+20
* linters: avoid crash when analyzing function callRobin Jarry2023-11-021-0/+2
* fold: add an option to toggle foldinginwit2023-11-021-1/+1
* fold: allow for multiple folding levelsinwit2023-11-022-2/+6
* search: use a common api for all workersRobin Jarry2023-10-2816-717/+414
* worker: move shared code to libRobin Jarry2023-10-2817-1167/+79
* notmuch: return all siblings in threadsinwit2023-10-131-24/+10
* sort: new `flagged` sorting criteriaVitaly Ovchinnikov2023-10-132-0/+3
* ui: enable showing of thread-contextTim Culverhouse2023-09-274-8/+20
* lib: return a new Header from LimitHeadersTim Culverhouse2023-09-194-18/+16
* maildir: log mail checking errors, if anyVitaly Ovchinnikov2023-09-181-1/+8
* 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
* mbox: remove datacounter dependency for size infoTim Culverhouse2023-08-311-9/+11
* 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-275-54/+13
* jmap: cache session as jsonTim Culverhouse2023-08-242-5/+5
* notmuch: add option to provide path for accountKirill Chibisov2023-08-052-2/+10
* watchers: move filesystem monitoring stuff in libRobin Jarry2023-08-047-206/+7
* imap: support the Gmail extension (X-GM-EXT-1)Koni Marti2023-08-038-0/+273
* imap: fix header cache key collisionsRobin Jarry2023-07-161-13/+17
* jmap: fix crash when opening multiple instancesRobin Jarry2023-07-152-16/+15
* foldermap: make folder-map syntax more expressiveKoni Marti2023-07-142-11/+137
* imap: only call UidSort with sort criteriaKoni Marti2023-06-251-2/+3
* jmap: avoid displaying archive folder when use-labels=trueRobin Jarry2023-06-253-6/+22
* maildir: add folder-mapKoni Marti2023-06-224-20/+56
* imap: add folder-mapKoni Marti2023-06-224-5/+27
* lib: parse query-map and folder-map filesKoni Marti2023-06-223-17/+90
* worker: implement folder-map middlewareKoni Marti2023-06-221-0/+152
* worker: add WorkerInteractor interfaceKoni Marti2023-06-229-41/+35
* worker: add jmap supportRobin Jarry2023-06-2121-0/+2305
* imap: implement cancellation of searching and fetchingTim Culverhouse2023-06-202-0/+26
* imap: implement cancellation of opening dir and listing contentsTim Culverhouse2023-06-201-39/+72
* notmuch: implement cancellation of requestsTim Culverhouse2023-06-202-17/+38
* maildir: implement cancellation of requestsTim Culverhouse2023-06-202-55/+78
* worker: add context to cancellable requestsTim Culverhouse2023-06-202-4/+16
* notmuch: translate filter/search options to queryKoni Marti2023-06-172-4/+106
* logging: remove ultra verbose trace logsRobin Jarry2023-06-124-42/+2
* mbox: use named loggerRobin Jarry2023-06-121-10/+10
* notmuch: use named loggerRobin Jarry2023-06-122-36/+35
* maildir: use named loggerRobin Jarry2023-06-122-40/+40
* imap: use named loggerRobin Jarry2023-06-129-48/+47
* worker: use named loggerRobin Jarry2023-06-121-8/+30
* maildirpp: fix path separatorKoni Marti2023-05-201-3/+0
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-2/+3
* headers: enable partial header fetchingTim Culverhouse2023-05-168-5/+80