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".