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-accounts.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-accounts.5.scd')
-rw-r--r-- | doc/aerc-accounts.5.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd index 9d95af32..5f89033a 100644 --- a/doc/aerc-accounts.5.scd +++ b/doc/aerc-accounts.5.scd @@ -9,7 +9,8 @@ aerc-accounts - account configuration file format for *aerc*(1) The _accounts.conf_ file is used for configuring each mail account used for aerc. It is expected to be in your XDG config home plus _aerc_, which defaults to _~/.config/aerc/accounts.conf_. This file must be kept secret, as it may -include your account credentials. +include your account credentials. An alternate file can be specified via the +_--accounts-conf_ command line argument, see *aerc*(1). If _accounts.conf_ does not exist, the *:new-account* configuration wizard will be executed automatically on first startup. |