From e9198f45f95d0d0458ef87ba1c03fbc4d8748c9e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 20 Mar 2025 23:45:07 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-20 23:45:07 --- .config/aerc/aerc.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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