mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:46:15 -05:00
fixed address book cmd
This commit is contained in:
parent
87fe322381
commit
26cd1c1c65
1 changed files with 3 additions and 3 deletions
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue