summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomas Tomecek <ttomecek@redhat.com>2015-03-25 20:20:12 +0100
committerTomas Tomecek <ttomecek@redhat.com>2015-03-25 20:20:12 +0100
commitcd319a9d79c9eac0d8a206e6af59987daa1294dd (patch)
tree4baaad99491accadfa6d1d7cd7cebd703584018f /docs
parent70d0bc3cccf7f9bd0cb7b750bc86a8ce40652846 (diff)
docs: add contact completion for notmuch-abook
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/contacts_completion.rst8
1 files changed, 8 insertions, 0 deletions
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<name>.+)\"\s*<(?P<email>.*.+?@.+?)>
+ `notmuch-abook <https://github.com/guyzmo/notmuch-abook>`_
+ completes contacts found in database of notmuch-abook:
+
+ .. code-block:: ini
+
+ command = notmuch_abook.py lookup
+ regexp = ^((?P<name>[^(\\s+\<)]*)\s+<)?(?P<email>[^@]+?@[^>]+)>?$
+
Don't hesitate to send me your custom `regexp` values to list them here.
.. describe:: abook