From 41822a6123d5b6779be436d738bf26747de87b0a Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Sun, 25 Sep 2022 11:04:05 +0200 Subject: [PATCH] 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 Acked-by: Moritz Poldrack --- config/aerc.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/aerc.conf b/config/aerc.conf index 316e7f3..6e5efe7 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -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.