-
Notifications
You must be signed in to change notification settings - Fork 18
ppl mutt
Henry Catalini Smith edited this page Oct 31, 2021
·
2 revisions
Integration with mutt's query_command
ppl mutt [<options>] <query>
-i, --ignore-case Turn off case sensitivity
Searches the names and email addresses in the address book for the given
<query>
string and returns a list of results formatted for compatibility with
mutt's query_command option.
This is intended to enable mutt users to integrate ppl as the search backend for recipient autocompletion.
If the -i
flag is given, the search will be case-insensitive, ignoring case
differences between the query given and the contacts' names and email addresses.
Put the following in your ~/.muttrc
:
set query_command = "ppl mutt '%s'"