summaryrefslogtreecommitdiff
path: root/widgets/aerc.go
AgeCommit message (Expand)Author
2022-07-23logging: use level-based logger functionsRobin Jarry
2022-07-23tabs: make fields privateRobin Jarry
2022-07-23tabs: rename SelectedTab to SelectedTabContentRobin Jarry
2022-07-14aerc: use aerc as an mbox viewerKoni Marti
2022-07-10aerc: fix panic when backend is unknownKoni Marti
2022-07-03uiconfig: use pointer references to uiConfigTim Culverhouse
2022-06-22binds: add folder context for message list bindsTim Culverhouse
2022-05-31ui: check bounds before drawing dialogKoni Marti
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-04-17aerc: use contextual ui styleset for tabs/composeKoni Marti
2022-03-25statusline: improve status line updatingKoni Marti
2022-03-24logging: fix race condition in startupMoritz Poldrack
2022-03-22compose: make headerEditor focusing more reliableTim Culverhouse
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-18mailto: handle bcc and body fieldsTim Culverhouse
2022-03-18go vet: composite literal uses unkeyed fieldsMoritz Poldrack
2022-03-18mailto: allow empty recipient fieldTim Culverhouse
2022-03-14viewer: add key passthrough modekt programs
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-02-23search/filter: display in extra statusRobin Jarry
2022-01-07completions: add support for completing multiple addressesParasrah
2022-01-07pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti
2021-12-11binds: add account specific bindingsJonathan Bartlett
2021-11-05go.mod: change base git urlRobin Jarry
2021-10-28view,compose: use border color to separate headers from bodyRobin Jarry
2021-10-28bindings: prepare for more modifersRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2021-01-12trim <> from messageIDs when handling mailto linksReto Brunner
2020-12-18update tcell to v2 and enable TrueColor supporty0ast
2020-11-28fix mailto parsingReto Brunner
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-08-10show error if account view creation failsReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-06-09Make grid sizes dynamicJeffas
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-25aerc: Refactor getpasswd dialogRay Ganardi
2020-05-25feat(pgp): Show error message from pgpRay Ganardi
2020-05-25feat(pgp): Add <ESC> to cancel password promptRay Ganardi
2020-04-24gofmt fixesDrew DeVault
2020-04-24Add postpone commandJeffas
2020-04-24Add :choose commandRay Ganardi
2020-04-23Use aerc.PushError where appropriateBen Fiedler
2020-03-09Add pinned tabsJeffas
2020-03-03Reduce size of the password prompt UIDrew DeVault