aboutsummaryrefslogtreecommitdiffstats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace uint32 uids with opaque stringsRobin Jarry2024-08-281-50/+49
* store: extract configure logicKoni Marti2024-08-201-50/+52
* forward: allow forwarded flag to be setinwit2024-08-201-0/+11
* reply: allow copying to current folderRobin Jarry2024-08-031-1/+3
* imap: report errors from serverRobin Jarry2024-07-011-2/+4
* threadbuilder: allow threading by subjectRobin Jarry2024-06-251-5/+7
* ui: add select-last-message optionKoni Marti2024-05-281-1/+8
* msgstore: restore the directoryChange bool to fix new message bellKarel Balej2024-05-091-0/+7
* hooks: add flag-changedBence Ferdinandy2024-04-141-1/+22
* hooks: add tag-modifiedBence Ferdinandy2024-04-141-2/+10
* notmuch: add strategies for multi-file messagesJason Cox2024-04-021-8/+10
* store: fix split view blinkingNicolas Dichtel2024-02-151-10/+14
* msgstore: create destination folder on store.AppendJohannes Thyssen Tishman2024-01-251-0/+7
* hooks: add mail-added hookJason Cox2023-11-021-2/+28
* hooks: add mail-deleted hookJason Cox2023-11-021-2/+8
* fold: add an option to toggle foldinginwit2023-11-021-10/+25
* fold: allow for multiple folding levelsinwit2023-11-021-2/+11
* search: use a common api for all workersRobin Jarry2023-10-281-15/+14
* commands: add :toggle-thread-context commandTim Culverhouse2023-09-271-0/+8
* ui: enable showing of thread-contextTim Culverhouse2023-09-271-0/+4
* msgstore: ensure selection when calling sortTim Culverhouse2023-08-311-0/+5
* msglist: fetch headers even when not focusedRobin Jarry2023-08-041-7/+28
* store: implement thread foldingKoni Marti2023-07-161-0/+32
* threadbuilder: store uid/thread associationKoni Marti2023-07-161-35/+23
* msgstore: delete pending headers when done or cancelledTim Culverhouse2023-06-201-1/+2
* worker: add context to cancellable requestsTim Culverhouse2023-06-201-11/+19
* msgstore: pass context from dirlist to msgstoreTim Culverhouse2023-06-201-0/+8
* msgstore: allocate properly sized mapsTim Culverhouse2023-06-201-3/+2
* logging: remove ultra verbose trace logsRobin Jarry2023-06-121-3/+1
* ui: fix deadlocks in message channelRobin Jarry2023-05-201-1/+1
* msgstore: fix handling of deleted messagesTim Culverhouse2023-05-111-5/+4
* directory: use directory to store rue countsTim Culverhouse2023-04-221-7/+0
* msgstore: create from types.Directory messageTim Culverhouse2023-04-221-2/+0
* capabilities: report capabilities from backendTim Culverhouse2023-04-221-2/+2
* msgstore: fetch message list based on OpenDirectory msgTim Culverhouse2023-04-221-2/+5
* config: replace triggers with hooksMoritz Poldrack2023-04-011-1/+1
* msgstore: fix new-email trigger firing for all unread messagesRobin Jarry2023-01-241-2/+2
* model: change flags array to bitmaskRobin Jarry2023-01-041-11/+4
* msgstore: fix deadlock in thread builderRobin Jarry2023-01-031-1/+5
* split: refactor to prevent stuck splitsTim Culverhouse2022-12-251-3/+11
* threads: rebuild server threads when updating threadsTim Culverhouse2022-12-141-2/+10
* split: refactor split update logicTim Culverhouse2022-12-141-0/+3
* msgstore: set store.uids in threaded directoriesTim Culverhouse2022-12-071-0/+1
* store: fix server-side threads togglingKoni Marti2022-12-021-3/+2
* logging: rename package to logRobin Jarry2022-12-021-3/+3
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* msglist: style search resultsTim Culverhouse2022-11-061-0/+10
* msgstore: use default sort when applying ClearTim Culverhouse2022-11-061-1/+3
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-2/+5
* threads: reverse thread orderingKoni Marti2022-10-271-8/+18