summaryrefslogtreecommitdiff
path: root/commands/account/compose.go
AgeCommit message (Expand)Author
2022-04-06compose: parse headers correctly from -HEvan Gates
2022-03-23logging: added a log on panicMoritz Poldrack
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-01-19compose: add default template for new messagesRobin Jarry
2022-01-19docs: mention missing -T options for compose and forwardRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2020-04-24Add recall commandJeffas
2020-04-24Add postpone commandJeffas
2020-04-24Remove ability to specify headers in the editorReto Brunner
2020-01-09create OriginalMail structLeszek CimaƂa
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-12Add signaturesJeffas
2019-09-04all: rewrite references to strings.Index to strings.ContainsWagner Riffel
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-13Add optional body argument to compose commandDaniel Bridges
2019-08-12Let user edit arbitrary headers in composerDaniel Bridges
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-06-29Implement basic tab completion supportGregory Mullen
2019-05-18Fix scdoc & gofmt issuesDrew DeVault
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-05-15Copy sent emails to the Sent folderDrew DeVault
2019-05-14Update tab name as subject changesDrew DeVault
2019-05-14Add $EDITOR, internal config for composeDrew DeVault
2019-05-13Populate "From" header from config for new emailsDrew DeVault
2019-05-12Add initial compose widgetDrew DeVault