From cd319a9d79c9eac0d8a206e6af59987daa1294dd Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Wed, 25 Mar 2015 20:20:12 +0100 Subject: docs: add contact completion for notmuch-abook --- docs/source/configuration/contacts_completion.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/source') diff --git a/docs/source/configuration/contacts_completion.rst b/docs/source/configuration/contacts_completion.rst index 6c6b62eb..c2a80456 100644 --- a/docs/source/configuration/contacts_completion.rst +++ b/docs/source/configuration/contacts_completion.rst @@ -48,6 +48,14 @@ Both respect the `ignorecase` option which defaults to `True` and results in cas command = nottoomuch-addresses.sh regexp = \"(?P.+)\"\s*<(?P.*.+?@.+?)> + `notmuch-abook `_ + completes contacts found in database of notmuch-abook: + + .. code-block:: ini + + command = notmuch_abook.py lookup + regexp = ^((?P[^(\\s+\<)]*)\s+<)?(?P[^@]+?@[^>]+)>?$ + Don't hesitate to send me your custom `regexp` values to list them here. .. describe:: abook -- cgit v1.2.3