From 26cd1c1c6504e9ad17c9e21239f9d9f44d36acf4 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Wed, 23 Aug 2023 14:05:32 -0400 Subject: [PATCH] fixed address book cmd --- home-config/aerc/aerc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index d953a30..7e65b73 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf @@ -24,9 +24,6 @@ pgp-provider=gpg # Default: false unsafe-accounts-conf=true # I don't store my creds in this -# Address book command -address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' - # Output log messages to specified file. A path starting with ~/ is expanded to # the user home dir. When redirecting aerc's output to a file using > shell # redirection, this setting is ignored and log messages are printed to stdout. @@ -385,6 +382,9 @@ log-level=trace # supports it. Defaults to $EDITOR, or vi. #editor= +# Address book command +address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' + # # Default header fields to display when composing a message. To display # multiple headers in the same row, separate them with a pipe, e.g. "To|From".