From 43cc7899cefd3abac7fed0c45e9be11fe05150fe Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 5 Jul 2020 16:44:53 +0200 Subject: [PATCH] Add aerc.conf line in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e0f45ee..eb01a44 100644 --- a/README.md +++ b/README.md @@ -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 +```