Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-12 | Add signatures | Jeffas | |
This adds the ability for per-account signatures in the accounts.conf config file. The signature is added to emails in the editor at the bottom of the email. This includes when forwarding, replying to, and composing emails. There are two config options: signature-file and signature-cmd. The former allows a signature to be read from a file and the latter allows an arbitrary command to be executed to return the signature. The config options have been documented in aerc-config | |||
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-09-04 | all: purge redundant underscores | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-08-13 | Add optional body argument to compose command | Daniel Bridges | |
2019-08-12 | Let user edit arbitrary headers in composer | Daniel Bridges | |
2019-07-26 | Support configurable header layout in compose widget | Daniel Bridges | |
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-05-18 | Fix scdoc & gofmt issues | Drew DeVault | |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault | |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault | |
Or rather, to a user-specified folder | |||
2019-05-14 | Update tab name as subject changes | Drew DeVault | |
Also moves truncation to the tab widget | |||
2019-05-14 | Add $EDITOR, internal config for compose | Drew DeVault | |
2019-05-13 | Populate "From" header from config for new emails | Drew DeVault | |
2019-05-12 | Add initial compose widget | Drew DeVault | |