aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* logging: use level-based logger functionsRobin Jarry2022-07-231-15/+8
* tabs: make fields privateRobin Jarry2022-07-231-33/+25
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-3/+3
* aerc: use aerc as an mbox viewerKoni Marti2022-07-141-0/+27
* aerc: fix panic when backend is unknownKoni Marti2022-07-101-1/+4
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-4/+4
* binds: add folder context for message list bindsTim Culverhouse2022-06-221-1/+2
* ui: check bounds before drawing dialogKoni Marti2022-05-311-2/+3
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-3/+7
* aerc: use contextual ui styleset for tabs/composeKoni Marti2022-04-171-4/+14
* statusline: improve status line updatingKoni Marti2022-03-251-0/+3
* logging: fix race condition in startupMoritz Poldrack2022-03-241-3/+3
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-2/+2
* statusline: implement per-account statusKoni Marti2022-03-181-5/+9
* mailto: handle bcc and body fieldsTim Culverhouse2022-03-181-0/+10
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-8/+8
* mailto: allow empty recipient fieldTim Culverhouse2022-03-181-1/+4
* viewer: add key passthrough modekt programs2022-03-141-1/+6
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-3/+0
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+8
* search/filter: display in extra statusRobin Jarry2022-02-231-0/+8
* completions: add support for completing multiple addressesParasrah2022-01-071-6/+6
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-071-1/+1
* binds: add account specific bindingsJonathan Bartlett2021-12-111-5/+9
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-4/+4
* bindings: prepare for more modifersRobin Jarry2021-10-281-0/+1
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-4/+4
* trim <> from messageIDs when handling mailto linksReto Brunner2021-01-121-0/+6
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* fix mailto parsingReto Brunner2020-11-281-1/+5
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-12/+24
* show error if account view creation failsReto Brunner2020-08-101-3/+24
* Implement style configuration.Kalyan Sriram2020-08-061-6/+14
* Revert "Implement style configuration."Reto Brunner2020-07-301-14/+6
* Implement style configuration.Kalyan Sriram2020-07-301-6/+14
* Make grid sizes dynamicJeffas2020-06-091-5/+4
* Revert "Add Style configuration"Drew DeVault2020-05-281-18/+11
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-10/+10
* Remove duration from the status methodsReto Brunner2020-05-271-10/+10
* Add Style configurationReto Brunner2020-05-271-11/+18
* aerc: Refactor getpasswd dialogRay Ganardi2020-05-251-30/+53
* feat(pgp): Show error message from pgpRay Ganardi2020-05-251-1/+4
* feat(pgp): Add <ESC> to cancel password promptRay Ganardi2020-05-251-7/+11
* gofmt fixesDrew DeVault2020-04-241-4/+4
* Add postpone commandJeffas2020-04-241-1/+3
* Add :choose commandRay Ganardi2020-04-241-0/+33
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-6/+3
* Add pinned tabsJeffas2020-03-091-1/+9
* Reduce size of the password prompt UIDrew DeVault2020-03-031-2/+2