aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msglist.go
Commit message (Expand)AuthorAgeFilesLines
* msglist: log template errorsRobin Jarry2023-01-111-0/+1
* style: add msglist_answered config optionMartin Lucina2023-01-101-0/+3
* config: add columns based index formatRobin Jarry2023-01-061-96/+111
* config: parse account from and aliases onceRobin Jarry2023-01-041-1/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-14/+2
* msglist: make width available externallyMoritz Poldrack2022-12-191-0/+6
* style: make marked more important than searchBence Ferdinandy2022-12-141-5/+4
* split: refactor split update logicTim Culverhouse2022-12-141-0/+1
* msglist: add attachment indicatorBence Ferdinandy2022-12-141-0/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-5/+3
* config: rework contextual sections implementationRobin Jarry2022-12-141-12/+2
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* 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