aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/msglist.go
Commit message (Expand)AuthorAgeFilesLines
* style: add msglist_gutter and msglist_pill to configKonstantin Shelekhin2023-08-111-2/+3
* msglist: fetch headers even when not focusedRobin Jarry2023-08-041-0/+2
* styles: add style for folded threadsKoni Marti2023-07-161-0/+5
* templates: add ThreadCount and ThreadFoldedKoni Marti2023-07-161-2/+15
* msglist: simplified threads renderingKoni Marti2023-07-161-55/+39
* templates: use template interface consistentlyKoni Marti2023-05-161-5/+5
* dirtree: fixup to apply correct patchset versionRobin Jarry2023-05-161-2/+7
* dirtree: modify drawing of the dirtreeTim Culverhouse2023-05-161-10/+12
* directory: add role to template fieldsTim Culverhouse2023-04-221-1/+1
* config: remove subject contextual ui sectionsRobin Jarry2023-03-311-4/+1
* styleset: allow dynamic msglist stylingRobin Jarry2023-03-311-4/+9
* templates: separate thread prefix from subjectRobin Jarry2023-03-081-5/+4
* msglist: fix inconsistent thread subject deduplicationRobin Jarry2023-03-081-1/+11
* ui/table: do not require width at constructionRobin Jarry2023-02-201-4/+4
* templates: unify data interfaceRobin Jarry2023-02-201-16/+8
* 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