diff options
author | Robin Jarry <robin@jarry.cc> | 2022-09-25 11:04:05 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-25 11:42:05 +0200 |
commit | 41822a6123d5b6779be436d738bf26747de87b0a (patch) | |
tree | 197a3ca52a2cb93bad34f5928107a853ebd1d287 | |
parent | 24e30f7f1fd4d4f35a46b613b941c83d84dea8e8 (diff) | |
download | aerc-41822a6123d5b6779be436d738bf26747de87b0a.tar.gz |
config: add default-save-path in default aerc.conf
This setting has been around for ages but not in the default aerc.conf
file. Add it to make it more visible to new users.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
-rw-r--r-- | config/aerc.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 316e7f33..6e5efe7d 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -3,6 +3,13 @@ [general] # +# Used as a default path for save operations if no other path is specified. +# ~ is expanded to the current user home dir. +# +# Default: "" +#default-save-path=~/tmp + +# # If set to "gpg", aerc will use system gpg binary and keystore for all crypto # operations. Otherwise, the internal openpgp implementation will be used. # |