diff options
author | Victor Freire <victor@freire.dev.br> | 2022-04-19 16:14:46 -0300 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-25 12:06:09 +0200 |
commit | 8db09d2c73e5110064c4862e041021f552609018 (patch) | |
tree | f6acf3807d0fe3781c675020d98ecf29fdda6e8c /doc | |
parent | f21916ce0a436e00e3c9d8eaf0d89c3b29a424b6 (diff) | |
download | aerc-8db09d2c73e5110064c4862e041021f552609018.tar.gz |
config: add unsafe-accounts-conf option
This adds the option "unsafe-accounts-conf" under the section [general]
of aerc.conf. This allows an user to specify if the accounts.conf file
must be restrict to be read by the file owner (0600).
By default it is set to "false".
Signed-off-by: Victor Freire <victor@freire.dev.br>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index b615629b..7143cb68 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -30,6 +30,14 @@ These options are configured in the *[general]* section of aerc.conf. *default-save-path* Used as a default path for save operations if no other path is specified. +*unsafe-accounts-conf* + By default, the file permissions of accounts.conf must be restrictive + and only allow reading by the file owner (_0600_). Set this option to + *true* to ignore this permission check. Use this with care as it may + expose your credentials. + + Default: false + ## UI OPTIONS These options are configured in the *[ui]* section of aerc.conf. |