aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* compose: quit composing when editor returns errorMoritz Poldrack2023-06-011-0/+6
* templates: use template interface consistentlyKoni Marti2023-05-161-5/+6
* compose: warn before sending with empty subjectJason Cox2023-05-161-5/+17
* compose: do not strip leading space from signatureRobin Jarry2023-04-271-2/+1
* directory: add role to template fieldsTim Culverhouse2023-04-221-2/+2
* term: ignore redraw events when not visibleRobin Jarry2023-04-151-0/+8
* pgp: automatically determine signer from senderwitcher2023-03-021-12/+31
* pgp: fix segfault for opportunistic encryptionwitcher2023-03-021-3/+6
* compose: only add delimiter when a signature is definedRobin Jarry2023-02-241-0/+4
* templates: unify data interfaceRobin Jarry2023-02-201-41/+19
* 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