From e2d5c456dc27f958d79fdf740c7b0852b2af4160 Mon Sep 17 00:00:00 2001 From: Jeffas Date: Wed, 11 Sep 2019 20:28:14 +0100 Subject: Add signatures 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 --- doc/aerc-config.5.scd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index d422e5d..91b444a 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -297,6 +297,14 @@ Note that many of these configuration options are written for you, such as Specifies an optional command that is run to get the source account's password. See each protocol's man page for more details. +*signature-file* + Specifies the file to read in order to obtain the signature to be added + to emails sent from this account. + +*signature-cmd* + Specifies the command to execute in *sh* in order to obtain the + signature to be added to emails sent from this account. If the command + fails then *signature-file* is used instead. # BINDS.CONF -- cgit v1.2.3