Add aerc.conf line in readme

This commit is contained in:
Gabriel Augendre 2020-07-05 16:44:53 +02:00
parent 7aa792f5c9
commit 43cc7899ce
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -21,3 +21,9 @@ aerc-contacts John Doe
This will output all emails and contact names matching "John" and "Doe"
in either the first name, last name or email fields.
You should use it in your `aerc.conf`:
```
address-book-cmd=aerc-contacts %s
```