diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-23 14:05:32 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-23 14:05:32 -0400 |
| commit | 26cd1c1c6504e9ad17c9e21239f9d9f44d36acf4 (patch) | |
| tree | 9b4c178edd1d6ed9ca11cc02f70c2bddc2287d74 | |
| parent | 87fe3223816d9a3459ac99a0d7883645014af3f5 (diff) | |
fixed address book cmd
| -rw-r--r-- | home-config/aerc/aerc.conf | 6 |
1 files 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 | |||
| 24 | # Default: false | 24 | # Default: false |
| 25 | unsafe-accounts-conf=true # I don't store my creds in this | 25 | unsafe-accounts-conf=true # I don't store my creds in this |
| 26 | 26 | ||
| 27 | # Address book command | ||
| 28 | address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' | ||
| 29 | |||
| 30 | # Output log messages to specified file. A path starting with ~/ is expanded to | 27 | # Output log messages to specified file. A path starting with ~/ is expanded to |
| 31 | # the user home dir. When redirecting aerc's output to a file using > shell | 28 | # the user home dir. When redirecting aerc's output to a file using > shell |
| 32 | # redirection, this setting is ignored and log messages are printed to stdout. | 29 | # redirection, this setting is ignored and log messages are printed to stdout. |
| @@ -385,6 +382,9 @@ log-level=trace | |||
| 385 | # supports it. Defaults to $EDITOR, or vi. | 382 | # supports it. Defaults to $EDITOR, or vi. |
| 386 | #editor= | 383 | #editor= |
| 387 | 384 | ||
| 385 | # Address book command | ||
| 386 | address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' | ||
| 387 | |||
| 388 | # | 388 | # |
| 389 | # Default header fields to display when composing a message. To display | 389 | # Default header fields to display when composing a message. To display |
| 390 | # multiple headers in the same row, separate them with a pipe, e.g. "To|From". | 390 | # multiple headers in the same row, separate them with a pipe, e.g. "To|From". |
