aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-1/+65
* compose: show relevant bindings on review screenBence Ferdinandy2022-12-021-20/+48
* logging: rename package to logRobin Jarry2022-12-021-15/+15
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* composer: add message previewKoni Marti2022-11-091-6/+8
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-15/+32
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-061-5/+8
* auto-completion: add option to require a min number of charsRobin Jarry2022-11-061-3/+15
* compose: warn before sending without attachmentJason Cox2022-10-171-0/+20
* switch-account: fix out-of-bounds panicKoni Marti2022-10-171-0/+3
* compose: don't lock call to composer.grid.MouseEventTim Culverhouse2022-10-121-1/+3
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-30/+5
* compose: avoid deadlock when adding new headerRobin Jarry2022-10-111-1/+5
* compose: fix mouse focus of header editorsRobin Jarry2022-10-111-0/+6
* compose: avoid double lock in MouseEventTim Culverhouse2022-10-051-2/+5
* compose: prevent out of bounds accessRobin Jarry2022-09-291-0/+26
* composer: restructure to implement account switchingKoni Marti2022-09-191-30/+91
* terminal: protect calls to terminal methods throughout aercTim Culverhouse2022-09-191-0/+3
* config: add option to hide timezone in sent emailsMoritz Poldrack2022-09-141-1/+5
* go: removed io/ioutilMoritz Poldrack2022-08-221-3/+2
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-4/+4
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-12/+9
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-13/+50
* lint: remove unused structs and functions (unused)Moritz Poldrack2022-08-041-7/+0
* 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