summaryrefslogtreecommitdiff
path: root/widgets/msglist.go
AgeCommit message (Expand)Author
2022-07-26fixup: Hack up message list to be sorted ascendingtopic/asc_sort_imapcos
2022-07-26Hack up message list to be sorted ascendingwip/asc_sort_imapcos
2022-07-10threading: refactor reselect logicTim Culverhouse
2022-07-10threading: enable toggle-threads for server-side threadsTim Culverhouse
2022-07-10msglist: fix panic for index-out-of-rangeTim Culverhouse
2022-07-03perf: reduce calls to GetUiConfigTim Culverhouse
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-03-20msglist: update message counter upon filter changeKoni Marti
2022-03-03scrollable: extract scrolling behavior for reuseKoni Marti
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2021-11-13messages: allow displaying email threadsy0ast
2021-11-06index: add this-week-time-formatRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28index: allow dynamic formatting of message datesRobin Jarry
2021-01-03Reapply 'Fix nil pointer deref on Envelope'Shaw Vrana
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-11-01Apply relevant msglist styles in orderChris Vittal
2020-10-14refactor ParseMessageFormat to use a ctx objectReto Brunner
2020-09-01correctly apply msglist_read colory0ast
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-02Fix nil pointer deref on EnvelopeAndrew Jeffery
2020-06-09Add scrollbarJeffas
2020-06-09Rework msglist scrollingJeffas
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-25pgp: fail gracefully from email decryptionRay Ganardi
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-02-28Only show spinner while sorting if no uidsJeffas
2020-02-28Don't show empty message while sortingJeffas
2020-02-22Fix crash on mouse scrolling before messages loadWiktor Kwapisiewicz
2020-01-24config: Strongly type context typeReto Brunner
2020-01-24Contextual UI ConfigurationSrivathsan Murali
2019-12-21msglist: highlight marked messagesReto Brunner
2019-11-17Complete the F rune.Srivathsan Murali
2019-10-09Revert "Show spinner when fetching contents"Drew DeVault
2019-10-09Show spinner when fetching contentsJeffas
2019-09-18Revert "Fix out-of-order messages by sorting as we display"Drew DeVault
2019-09-11Add MouseableJeffas
2019-09-04widgets: gofmtWagner Riffel
2019-09-02Use sort.Stable for sorting displayed messagesa3v
2019-08-30Allow custom spinner via config filePaul Spooren
2019-08-29Fix out-of-order messages by sorting as we displayStephen Brennan
2019-08-02msglist: add initialization stateReto Brunner
2019-07-26Add new-email triggerJeffas
2019-07-19Implement :filter, :clearKevin Kuehler