diff options
Diffstat (limited to '')
-rw-r--r-- | aerc/aerc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index e0d7019..30453f1 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -6,7 +6,7 @@ # Used as a default path for save operations if no other path is specified. # ~ is expanded to the current user home dir. # -#default-save-path= +default-save-path=~/Downloads # If set to "gpg", aerc will use system gpg binary and keystore for all crypto # operations. If set to "internal", the internal openpgp keyring will be used. @@ -247,6 +247,7 @@ pgp-provider=gpg # Default: ASCII #icon-unencrypted= #icon-encrypted=✔ +icon-encrypted=🔒 #icon-signed=✔ #icon-signed-encrypted=✔ #icon-unknown=✘ |