aerc/config
Reto Brunner 20ec2c8eeb compose: use a proper header instead of a string map
Prior to this commit, the composer was based on a map[string]string.
While this approach was very versatile, it lead to a constant encoding / decoding
of addresses and other headers.

This commit switches to a different model, where the composer is based on a header.
Commands which want to interact with it can simply set some defaults they would
like to have. Users can overwrite them however they like.

In order to get access to the functions generating / getting the msgid go-message
was upgraded.
2020-11-14 15:40:13 +01:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf.in Implement style configuration. 2020-08-06 21:42:06 +02:00
bindings.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
bindings_test.go Implement key bindings subsystem 2019-03-15 01:31:23 -04:00
binds.conf Add postpone command 2020-04-24 12:59:21 -04:00
config.go compose: use a proper header instead of a string map 2020-11-14 15:40:13 +01:00
default_styleset Fix color scheme for deleted emails 2020-08-31 09:06:13 +02:00
style.go Apply relevant msglist styles in order 2020-11-01 09:50:58 +01:00
triggers.go refactor ParseMessageFormat to use a ctx object 2020-10-14 08:42:26 +02:00