aboutsummaryrefslogtreecommitdiffstats
path: root/config/aerc.conf
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-09-25 11:04:05 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-25 11:42:05 +0200
commit41822a6123d5b6779be436d738bf26747de87b0a (patch)
tree197a3ca52a2cb93bad34f5928107a853ebd1d287 /config/aerc.conf
parent24e30f7f1fd4d4f35a46b613b941c83d84dea8e8 (diff)
downloadaerc-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>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r--config/aerc.conf7
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.
#