fixed address book cmd

This commit is contained in:
Ryan Schanzenbacher 2023-08-23 14:05:32 -04:00
parent 87fe322381
commit 26cd1c1c65
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -24,9 +24,6 @@ pgp-provider=gpg
# Default: false # Default: false
unsafe-accounts-conf=true # I don't store my creds in this 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 # 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 # 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. # 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. # supports it. Defaults to $EDITOR, or vi.
#editor= #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 # 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". # multiple headers in the same row, separate them with a pipe, e.g. "To|From".