diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 2b808cac..4a33b64f 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -357,12 +357,16 @@ fuzzy-complete=true # # Default: ASCII #icon-unencrypted= -#icon-encrypted=✔ -#icon-signed=✔ -#icon-signed-encrypted=✔ -#icon-unknown=✘ -#icon-invalid=⚠ +icon-encrypted= +icon-signed= +icon-signed-encrypted=󰷢 +icon-unknown= +icon-invalid= +icon-attachment = "󰏢" +icon-forwarded = "" +icon-replied = "" +icon-old = "U" # Reverses the order of the message list. By default, the message list is # ordered with the newest (highest UID) message on top. Reversing the order # will put the oldest (lowest UID) message on top. This can be useful in cases