aboutsummaryrefslogtreecommitdiffstats
path: root/config/accounts.go
Commit message (Expand)AuthorAgeFilesLines
* config: use reflection to map ini keys to struct fieldsRobin Jarry2023-03-021-102/+78
* config: disable ini reflection for pgp-error-levelRobin Jarry2023-01-111-1/+1
* config: fix accounts backend specific parameters detectionRobin Jarry2023-01-111-16/+2
* pgp: add configurable error level for opportunistic encryptionTim Culverhouse2023-01-061-0/+21
* config: parse account from and aliases onceRobin Jarry2023-01-041-3/+16
* config: cleanup accounts.conf section parsingRobin Jarry2023-01-041-52/+48
* config: make various sections accessible via global varsRobin Jarry2022-12-141-5/+7
* logging: rename package to logRobin Jarry2022-12-021-3/+3
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* config: move accounts.conf parsing in separate fileRobin Jarry2022-11-161-0/+256