aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-16/+15
* logging: use level-based logger functionsRobin Jarry2022-07-231-1/+2
* config: allow per-account address-book-cmdRobin Jarry2022-07-171-1/+5
* completer: remove useless logger parameterRobin Jarry2022-07-171-1/+1
* composer: remove header if emptyKoni Marti2022-07-101-1/+2
* uiconfig: use pointer references to uiConfigTim Culverhouse2022-07-031-3/+3
* compose: refactor attachment handlingKoni Marti2022-07-021-149/+83
* gpg: don't send messages that failed encryptionTim Culverhouse2022-06-261-1/+4
* compose: append text partsKoni Marti2022-05-311-13/+58
* compose: prevent sending empty address list headersTim Culverhouse2022-05-251-0/+4
* pgp: add attach key commandTim Culverhouse2022-05-061-2/+78
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-9/+70
* pgp: add options auto-sign & opportunistic-encryptTim Culverhouse2022-05-061-0/+7
* compose: use selected account ui config for security headerRobin Jarry2022-05-041-1/+2
* pgp: check for signing key before signing timeTim Culverhouse2022-05-041-6/+30
* compose: add sign/encrypt persistent displayTim Culverhouse2022-04-291-5/+78
* compose: use account ui config where missingRobin Jarry2022-04-281-5/+5
* feat: add gpg integrationTim Culverhouse2022-04-271-8/+10
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-46/+5
* review: show command that will be executed by bindingkt programs2022-04-141-4/+2
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-19/+7
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-11/+11
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+0
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-10/+9
* compose: allow setting all headers in templatesRobin Jarry2022-02-031-2/+2
* review: display actual bindings for commandsRobin Jarry2022-02-021-8/+52
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-9/+75
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-17/+96
* pgp: update openpgp packages (go-crypto and go-pgpmail)Koni Marti2022-01-071-0/+1
* style: customize vertical and horizontal border charactersDian M Fay2021-11-301-1/+2
* viewer: add colon after header namesRobin Jarry2021-11-051-2/+2
* go.mod: change base git urlRobin Jarry2021-11-051-7/+7
* view,compose: use border color to separate headers from bodyRobin Jarry2021-10-281-1/+2
* compose: apply default style to header separatorEyal Sawady2021-01-141-3/+3
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Use extensions for querying the mime type of attachmentsReto Brunner2020-12-151-8/+16
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-123/+165
* rename header to heditorsReto Brunner2020-11-141-6/+6
* Implement style configuration.Kalyan Sriram2020-08-061-29/+39
* Revert "Implement style configuration."Reto Brunner2020-07-301-39/+29
* Implement style configuration.Kalyan Sriram2020-07-301-29/+39
* Make grid sizes dynamicJeffas2020-06-091-8/+13
* Revert "Add Style configuration"Drew DeVault2020-05-281-40/+29
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-2/+3
* Remove duration from the status methodsReto Brunner2020-05-271-3/+2
* Add Style configurationReto Brunner2020-05-271-29/+40
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* Add recall commandJeffas2020-04-241-1/+1
* Add postpone commandJeffas2020-04-241-19/+25
* Remove ability to specify headers in the editorReto Brunner2020-04-241-147/+42