Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add signatures | Jeffas | 2019-09-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -4/+61 |
| | | | | | This allows a single message to be forward as attachment with the :forward -a command | ||||
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -1/+9 |
| | |||||
* | Move forward command to it's own file | Jelle Besseling | 2019-08-20 | 1 | -0/+104 |
The two commands did not have much code in common |