From d3ab93ff7ef4dc9aa9a845b6a646ebbfcae5f0c2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 15 Mar 2025 00:15:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-15 00:15:06 --- .config/aerc/aerc.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 7cb2e9cb..3c61344c 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -673,7 +673,9 @@ editor=/home/fic/.config/aerc/helix-config/hx.sh # ignored. # # This parameter can also be set per account in accounts.conf. -address-book-cmd=emailbook /home/fic/mail/emailbook.txt --search "%s" +# address-book-cmd=emailbook /home/fic/mail/emailbook.txt --search "%s" +# address-book-cmd='notmuch address "*" | grep -i "%s"' +address-book-cmd='notmuch address "%s"' # Specifies the command to be used to select attachments. Any occurrence of # '%s' in the file-picker-cmd will be replaced with the argument @@ -831,7 +833,7 @@ aerc-startup=/home/fic/.config/mail/mail-sync.sh & # # Executed when aerc shuts down. #aerc-shutdown= -aerc-shutdown=/home/fic/.config/mail/mail-sync.sh & +# aerc-shutdown=/home/fic/.config/mail/mail-sync.sh & # # Executed when notmuch tags are modified.