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>
This commit is contained in:
Robin Jarry 2022-09-25 11:04:05 +02:00
parent 24e30f7f1f
commit 41822a6123
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
# aerc main configuration
[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.