aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* jmap: skip Email/get call if no emails to getTristan Partin2024-06-041-0/+4
* jmap: fix go static check failureTristan Partin2024-05-291-1/+1
* jmap: fix error messageTristan Partin2024-05-291-1/+1
* jmap: fetch entire threadsTristan Partin2024-05-285-32/+223
* jmap: invalidate cache if mailbox state is not consistentTristan Partin2024-05-282-11/+57
* imap: fix panic in connectKoni Marti2024-05-091-2/+3
* imap: add imaps+insecure modeMoritz Poldrack2024-05-011-0/+3
* notmuch: fix disappearing messagesJulio B2024-04-141-1/+4
* ui: use a custom prefix for dummy rootJulio B2024-04-132-0/+4
* notmuch: draw incomplete threadsJulio B2024-04-131-5/+11
* notmuch: add strategies for multi-file messagesJason Cox2024-04-025-93/+447
* notmuch: simplify moving a messageJason Cox2024-04-021-10/+1
* notmuch: ignore duplicate msg ID error on deleteJason Cox2024-04-021-1/+1
* search: fix crash during message searchjp392024-04-021-5/+3
* imap: drain updates channel when moving messagesKoni Marti2024-02-261-0/+3
* commands: add :query to create named notmuch dirsJason Cox2024-02-263-16/+52
* imap: drain updates channel when deleting messagesKoni Marti2024-02-261-0/+40
* log: move package to libRobin Jarry2024-02-1424-24/+24
* jmap: set explicit sender and recipientsKarel Balej2024-02-122-11/+14
* filter: allow workers to combine filter termsKoni Marti2024-02-115-11/+18
* imap: fix connection when host only has ipv6 addressRobin Jarry2024-02-041-8/+2
* notmuch: correctly run queries in `*` folderJason Cox2024-01-272-17/+22
* maildir: show valid messages even if there are errorsBence Ferdinandy2024-01-262-4/+14
* flags: add support for draft flagJason Cox2024-01-265-3/+38
* notmuch: centralize flag/tag mappingsJason Cox2024-01-263-33/+36
* idler: improve the imap idlerKoni Marti2024-01-256-156/+182
* jmap: avoid crash when server returns garbageRobin Jarry2024-01-201-1/+1
* 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-312-0/+9
* imap: show parseable messages on errorMoritz Poldrack2023-12-301-12/+13
* notmuch: remove dynamic foldersKoni Marti2023-12-301-1/+7
* 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