aboutsummaryrefslogtreecommitdiffstats
path: root/lib/msgstore.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* store: implement the simplified index handlingKoni Marti2022-10-271-33/+33
* store: reverse message list order with iteratorsKoni Marti2022-10-271-22/+49
* aerc: use single event loopTim Culverhouse2022-10-071-0/+2
* msgstore: fix data race on access to store.needsFlagsTim Culverhouse2022-10-021-0/+5
* logging: substitute %w for %vKoni Marti2022-10-021-1/+1
* msgstore: revert 9fdc7acf5b48 "post messageInfo on erroneous fetch"Tim Culverhouse2022-09-251-13/+1
* cache: fetch flags from UITim Culverhouse2022-09-201-0/+23
* msgstore: post MessageInfo on erroneous fetchTim Culverhouse2022-09-201-1/+13
* msgstore: do not run threadbuilder unless in threaded viewTim Culverhouse2022-08-311-1/+3
* msgstore: enable granularity in updating of threadbuilderTim Culverhouse2022-08-301-4/+7
* msgstore: run threadBuilder with no debounce on DirectoryContents msgTim Culverhouse2022-08-301-21/+26
* move: enable MoveMessages from msgstoreTim Culverhouse2022-08-221-2/+2
* store: improve cursor positionKoni Marti2022-08-221-22/+26
* mark: (un)mark message threadsKoni Marti2022-08-221-0/+22
* store: remove unneeded header callbackKoni Marti2022-08-221-19/+7
* store: extract marking behavior and add testsKoni Marti2022-08-221-152/+23
* delete: revert deleted messages if Delete is unsupportedTim Culverhouse2022-08-051-0/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-12/+6
* lint: removed unused code (deadcode, structcheck, unused)Moritz Poldrack2022-08-041-1/+0
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-2/+2
* lint: simplify code (gosimple)Moritz Poldrack2022-08-041-3/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-22/+20
* store: fix nexprev when filteringKoni Marti2022-08-011-0/+1
* sort: clear sort criteria when called without argumentsTim Culverhouse2022-07-261-5/+5
* sort: show warning when sort is not supportedKoni Marti2022-07-261-0/+5
* threads: match regular view scrolling behaviorKoni Marti2022-07-261-0/+24
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-261-4/+18
* threads: debounce client-side thread buildingKoni Marti2022-07-261-8/+16
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-76/+51
* msgstore: check if message index < 0, select 0 if soakspecs2022-07-241-1/+5
* msgstore: refactor NextPrevTim Culverhouse2022-07-241-7/+2
* store: fix Select behaviorTim Culverhouse2022-07-241-6/+13
* logging: use level-based logger functionsRobin Jarry2022-07-231-1/+1
* msgstore: do not build threads when threaded view is offTim Culverhouse2022-07-171-1/+1
* threading: refactor reselect logicTim Culverhouse2022-07-101-4/+24
* threading: enable filtering of server-side threadsTim Culverhouse2022-07-101-45/+18