summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/aerc-config.5.scd33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index 9f61b94..d13587c 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -253,6 +253,39 @@ These options are configured in the *[ui]* section of aerc.conf.
Have a look at *aerc-stylesets*(7) as to how a styleset looks like.
+*icon-unencrypted*
+ The icon to display for unencrypted mails.
+
+ Default: ""
+
+*icon-encrypted*
+ The icon to display for encrypted mails.
+
+ Default: [e]
+
+*icon-signed*
+ The icon to display for signed mails where the signature was
+ successfully validated.
+
+ Default: [s]
+
+*icon-signed-encrypted*
+ The icon to display for signed and encrypted mails where the signature
+ was successfully verified.
+
+ Default: [s|e]
+
+*icon-unknown*
+ The icon to display for signed mails which could not be verified due to
+ the key being unknown.
+
+ Default: [s?]
+
+*icon-invalid*
+ The icon to display for signed mails where verification failed.
+
+ Default: [s!]
+
*fuzzy-complete*
When typing a command or option, the popover will now show not only the
items /starting/ with the string input by the user, but it will also show