diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 588cc7ac..2f7597cb 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -156,6 +156,16 @@ completion-delay=250ms # Default: true completion-popovers=true +# Uncomment to use UTF-8 symbols to indicate PGP status of messages +# +# Default: ASCII +#icon-unencrypted= +#icon-encrypted=✔ +#icon-signed=✔ +#icon-signed-encrypted=✔ +#icon-unknown=✘ +#icon-invalid=⚠ + #[ui:account=foo] # # Enable threading in the ui. Only works with notmuch:// and imap:// accounts |