diff options
author | Bence Ferdinandy <bence@ferdinandy.com> | 2024-01-20 21:29:23 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-21 10:45:53 +0100 |
commit | c8017f67531c493451c6f25335990a74a1f81699 (patch) | |
tree | b8962baaae8caafcc2874f09a4bcb8bec2411e5d /doc/aerc-config.5.scd | |
parent | 5b76547c3b3566ef878d0937b5cb1e91376d2206 (diff) | |
download | aerc-c8017f67531c493451c6f25335990a74a1f81699.tar.gz |
main: add flags to override config files
Add --aerc-conf, --binds-conf and --accounts-conf CLI flags, which
respectively override the default aerc.conf, binds.conf and
accounts.conf configuration files. If the specified files do not exist
or cannot be read, exit with an error.
Implements: https://todo.sr.ht/~rjarry/aerc/209
Changelog-added: CLI flags to override paths to config files.
Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 5acb9427..f3d45085 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -9,7 +9,8 @@ aerc-config - configuration file format for *aerc*(1) There are three aerc config files: _aerc.conf_, _binds.conf_, and _accounts.conf_. The last one must be kept secret, as it may include your account credentials. We look for these files in your XDG config home plus -_aerc_, which defaults to _~/.config/aerc_. +_aerc_, which defaults to _~/.config/aerc_. Alternate files can be specified via +command line arguments, see *aerc*(1). Examples of these config files are typically included with your installation of aerc and are usually installed in _/usr/share/aerc_. |