aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msglist.go
Commit message (Expand)AuthorAgeFilesLines
* msglist: style search resultsTim Culverhouse2022-11-061-0/+5
* msglist: display reversed thread orderingKoni Marti2022-10-271-55/+64
* store: reverse message list order with iteratorsKoni Marti2022-10-271-20/+36
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-5/+1
* viewer: option to not mark message as seenKoni Marti2022-10-041-2/+2
* store: improve cursor positionKoni Marti2022-08-221-2/+4
* fix: Set proper UIConfig for msgstoresTim Culverhouse2022-08-221-1/+1
* store: extract marking behavior and add testsKoni Marti2022-08-221-3/+3
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+5
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+1
* threads: fix race warnings for client-side debouncingKoni Marti2022-07-261-1/+1
* threads: debounce client-side thread buildingKoni Marti2022-07-261-0/+1
* msgstore: implement a uid-based architectureKoni Marti2022-07-261-5/+20
* logging: use level-based logger functionsRobin Jarry2022-07-231-4/+1
* threading: refactor reselect logicTim Culverhouse2022-07-101-21/+1
* threading: enable toggle-threads for server-side threadsTim Culverhouse2022-07-101-1/+1
* msglist: fix panic for index-out-of-rangeTim Culverhouse2022-07-101-3/+1
* perf: reduce calls to GetUiConfigTim Culverhouse2022-07-031-7/+16
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+2
* msglist: update message counter upon filter changeKoni Marti2022-03-201-0/+6
* scrollable: extract scrolling behavior for reuseKoni Marti2022-03-031-52/+15
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-12/+15
* threading: implement on-the-fly message threadingKoni Marti2022-02-241-1/+1
* messages: allow displaying email threadsy0ast2021-11-131-81/+174
* index: add this-week-time-formatRobin Jarry2021-11-061-1/+3
* go.mod: change base git urlRobin Jarry2021-11-051-5/+5
* index: allow dynamic formatting of message datesRobin Jarry2021-10-281-0/+1
* Reapply 'Fix nil pointer deref on Envelope'Shaw Vrana2021-01-031-3/+6
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Apply relevant msglist styles in orderChris Vittal2020-11-011-13/+14
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-3/+8
* correctly apply msglist_read colory0ast2020-09-011-1/+4
* Implement style configuration.Kalyan Sriram2020-08-061-18/+32
* Revert "Implement style configuration."Reto Brunner2020-07-301-32/+18
* Implement style configuration.Kalyan Sriram2020-07-301-18/+32
* Fix nil pointer deref on EnvelopeAndrew Jeffery2020-07-021-3/+7
* Add scrollbarJeffas2020-06-091-3/+37
* Rework msglist scrollingJeffas2020-06-091-14/+30
* Revert "Add Style configuration"Drew DeVault2020-05-281-37/+18
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
* Add Style configurationReto Brunner2020-05-271-18/+37
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-1/+5
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-2/+5
* Only show spinner while sorting if no uidsJeffas2020-02-281-7/+7
* Don't show empty message while sortingJeffas2020-02-281-0/+6
* Fix crash on mouse scrolling before messages loadWiktor Kwapisiewicz2020-02-221-2/+6
* config: Strongly type context typeReto Brunner2020-01-241-1/+1
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-3/+9