From ecf47542cb5ec5da7d699b36cf8b8af2cbf0a7a6 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 22 Jun 2022 12:19:39 +0200 Subject: pgp: add customizable icons Signed-off-by: Moritz Poldrack Tested-by: Tim Culverhouse --- config/aerc.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 588cc7a..2f7597c 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 -- cgit v1.2.3