summaryrefslogtreecommitdiff
path: root/docs/source/configuration
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-16 14:28:24 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-22 10:37:02 +0100
commitfd373623748c55eb5361eeb0700ed7f74db77455 (patch)
tree4a5d751f4bc3713dc4165a648673358dca2176ed /docs/source/configuration
parent1b9580166f33c9291029ba70f73a9bee5b20769d (diff)
doc: mention 'ignorecase' in configuration docs
Diffstat (limited to 'docs/source/configuration')
-rw-r--r--docs/source/configuration/contacts_completion.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/configuration/contacts_completion.rst b/docs/source/configuration/contacts_completion.rst
index b1c9f313..6c6b62eb 100644
--- a/docs/source/configuration/contacts_completion.rst
+++ b/docs/source/configuration/contacts_completion.rst
@@ -4,7 +4,8 @@ Contacts Completion
===================
For each :ref:`account <config.accounts>` you can define an address book by providing a subsection named `abook`.
Crucially, this section needs an option `type` that specifies the type of the address book.
-The only types supported at the moment are "shellcommand" and "abook":
+The only types supported at the moment are "shellcommand" and "abook".
+Both respect the `ignorecase` option which defaults to `True` and results in case insensitive lookups.
.. describe:: shellcommand
@@ -25,6 +26,7 @@ The only types supported at the moment are "shellcommand" and "abook":
type = shellcommand
command = abook --mutt-query
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
+ ignorecase = True
See `here <http://notmuchmail.org/emacstips/#index12h2>`_ for alternative lookup commands.