aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* compose: ensure signature uses standard delimiterMoritz Poldrack2023-02-121-0/+17
* tabs: use template for compose tabsTim Culverhouse2023-02-121-0/+54
* compose: allow sending format=flowed messagesRobin Jarry2023-01-261-8/+13
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-1/+1
* pgp: add configurable error level for opportunistic encryptionTim Culverhouse2023-01-061-1/+15
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: add more fields and functionsRobin Jarry2023-01-041-1/+14
* templates: change fields as lazy functionsRobin Jarry2023-01-041-3/+3
* config: parse account from and aliases onceRobin Jarry2023-01-041-31/+4
* send: add option to send&archiveBence Ferdinandy2023-01-041-1/+7
* config: make various sections accessible via global varsRobin Jarry2022-12-141-22/+20
* config: rework contextual sections implementationRobin Jarry2022-12-141-4/+1
* 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