aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/pgpinfo.go
Commit message (Expand)AuthorAgeFilesLines
* lint: remove ineffectual assignments (ineffassign)Moritz Poldrack2022-08-041-1/+1
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-2/+2
* pgp: refactor signature validity displayMoritz Poldrack2022-06-241-18/+25
* pgp: add icon for unencrypted, unsigned messages if an icon is setMoritz Poldrack2022-06-241-10/+15
* pgp: add customizable iconsMoritz Poldrack2022-06-241-4/+16
* pgp: add note for encrypted messages that are not signedMoritz Poldrack2022-06-241-0/+5
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-18/+9
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-071-2/+2
* go.mod: change base git urlRobin Jarry2021-11-051-2/+2
* Implement style configuration.Kalyan Sriram2020-08-061-16/+18
* Revert "Implement style configuration."Reto Brunner2020-07-301-18/+16
* Implement style configuration.Kalyan Sriram2020-07-301-16/+18
* Revert "Add Style configuration"Drew DeVault2020-05-281-18/+16
* Add Style configurationReto Brunner2020-05-271-16/+18
* aerc: Refactor getpasswd dialogRay Ganardi2020-05-251-10/+3
* Yet another revision to PGP UIDrew DeVault2020-03-031-4/+4
* Simplify PGP messagingDrew DeVault2020-03-031-20/+11
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-031-0/+93