about summary refs log tree commit diff stats
path: root/widgets/getpasswd.go
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add Style configuration"Drew DeVault2020-05-281-12/+6
| | | | This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3.
* Add Style configurationReto Brunner2020-05-271-6/+12
| | | | | | | | | | The following functionalities are added to configure aerc ui styles. - Read stylesets from file with very basic fnmatch wildcard matching - Add default styleset - Support different stylesets as part of UiConfig allowing contextual styles. - Move widgets/ui elements to use the stylesets. - Add configuration manual for the styleset
* feat(pgp): Add <ESC> to cancel password promptRay Ganardi2020-05-251-3/+8
| | | | Previously there was no way to cancel the password prompt.
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-0/+61