aboutsummaryrefslogtreecommitdiffstats
path: root/config/accounts.go
Commit message (Expand)AuthorAgeFilesLines
* reply: allow copying to current folderRobin Jarry2024-08-031-0/+1
* templates: add .AccountBackendBence Ferdinandy2024-06-051-1/+21
* accounts: skip accounts with errors instead of exitingBence Ferdinandy2024-06-051-6/+24
* config: allow global options in accounts.confJohannes Thyssen Tishman2024-04-131-0/+7
* gpg: add pgp-self-encrypt optionBartkk2024-04-031-0/+1
* log: move package to libRobin Jarry2024-02-141-1/+1
* config: print file path in error messageMichal Siedlaczek2024-01-251-12/+20
* compose: allow automatic attachment of signing keyRobin Jarry2024-01-251-0/+1
* main: add flags to override config filesBence Ferdinandy2024-01-211-8/+10
* config: ensure account order as requestedKoni Marti2023-10-221-1/+5
* compose: use email domain name in Message-IdAdnan Maolood2023-08-281-0/+1
* wizard: properly initialize configurationRobin Jarry2023-07-151-42/+51
* headers: enable partial header fetchingTim Culverhouse2023-05-161-0/+18
* accounts: warn for starttls deprecation only onceRobin Jarry2023-04-021-1/+3
* config: report accounts.conf format errorsRobin Jarry2023-03-261-12/+12
* smtp: replace smtp-starttls with schema optionMarcin Serwin2023-03-261-0/+10
* 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