summaryrefslogtreecommitdiff
path: root/config/aerc.conf
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-06-22 12:19:39 +0200
committerRobin Jarry <robin@jarry.cc>2022-06-24 21:44:02 +0200
commitecf47542cb5ec5da7d699b36cf8b8af2cbf0a7a6 (patch)
tree3cd1de3a955f1bd31c8ab806c625516a909cbf2d /config/aerc.conf
parent15a07e589201a3c748835747760a1b41e054ccc0 (diff)
downloadaerc-ecf47542cb5ec5da7d699b36cf8b8af2cbf0a7a6.zip
pgp: add customizable icons
Signed-off-by: Moritz Poldrack <git@moritz.sh> Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r--config/aerc.conf10
1 files changed, 10 insertions, 0 deletions
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