summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2015-04-10 11:03:21 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2015-04-15 13:08:07 +0100
commitc68e23cc2501ba2aa22a2c60dc7214224d68e579 (patch)
tree5c7d12c416cf1ac0ba30ea0e6c94cd3d55d70a6a /alot/defaults
parent637b679003b353d2630fed8ca942f3ab522e68b5 (diff)
config setting: shellcommand_external_filtering
that exposes ExternalAddressbook's new functionality
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index df81c432..e0525279 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -301,3 +301,10 @@ prefer_plaintext = boolean(default=False)
# contacts file used for type 'abook' address book
abook_contacts_file = string(default='~/.abook/addressbook')
+
+ # (shellcommand addressbooks)
+ # let the external command do the filtering when looking up addresses.
+ # If set to True, the command is fired with the given search string
+ # as parameter. Otherwise, the command is fired without additional parameters
+ # and the result list is filtered according to the search string.
+ shellcommand_external_filtering = boolean(default=True)