aerc/config
Reto Brunner e78b7b85e4 config: Strongly type context type
The go compiler can't help much with untyped int constants.
Even though the only valid constants are 0-3 it will happily accept 4 as input.

Let's let the go compiler worry about correctness here. This also allows people
not very familiar with the code to use it properly via auto completion.
2020-01-24 12:25:59 -05:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf.in msglist: highlight marked messages 2019-12-21 09:27:53 -05: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 binds.conf: mark bindings 2019-12-21 09:27:54 -05:00
config.go config: Strongly type context type 2020-01-24 12:25:59 -05:00
triggers.go msglist: highlight marked messages 2019-12-21 09:27:53 -05:00