aerc/commands
Jeffas e2d5c456dc 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
2019-09-12 16:18:34 -04:00
..
account Add signatures 2019-09-12 16:18:34 -04:00
compose all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
msg Add signatures 2019-09-12 16:18:34 -04:00
msgview commands: move ParseNextPrevMessage error value to its last return value 2019-09-04 16:30:57 -10:00
terminal all: purge redundant underscores 2019-09-04 16:30:57 -10:00
cd.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
commands.go Fix directory completion case sensitivity 2019-08-03 10:48:47 -04:00
ct.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
exec.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
global.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
help.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
new-account.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
next-tab.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
prompt.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pwd.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
quit.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
set.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
term.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
util.go Add CompletePath method 2019-08-02 09:22:39 -04:00