summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-23 14:49:15 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-23 14:49:15 +0000
commita50e99d3b2d772ee63198c9c10132aa65a6a6188 (patch)
tree51ecb812b5587a68b6d5af9056ebd11f1eced90b /FAQ.md
parent08372113a0b60b824b9e0a2f5a9538d082357456 (diff)
example config for nottoomuch-addresses
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/FAQ.md b/FAQ.md
index aced5838..8d9cbeff 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -65,13 +65,21 @@ abook_command = abook --mutt-query
abook_regexp = (?P<email>.+?@.+?)\s+(?P<name>.+)
```
-See [here][alookup] for alternative lookup commands. The only one apart from abook I have used so
-far is [goobook][gbook] for cached google contacts lookups:
+See [here][alookup] for alternative lookup commands. The few others I have tested so far are:
-```
-abook_command = goobook query
-abook_regexp = (?P<email>.+?@.+?)\s\s+(?P<name>.+)\s\s+.+
-```
+ * [goobook][gbook] for cached google contacts lookups:
+
+ ```
+ abook_command = goobook query
+ abook_regexp = (?P<email>.+?@.+?)\s\s+(?P<name>.+)\s\s+.+
+ ```
+
+ * [nottoomuch-addresses][nottoomuch]:
+
+ ```
+ abook_command = nottoomuch-addresses.sh
+ abook_regexp = \"(?P<name>.+)\"\s*<(?P<email>.*.+?@.+?)>
+ ```
Don't hesitate to send me your custom `abook_regexp` values to list them here.
@@ -84,4 +92,5 @@ Don't hesitate to send me your custom `abook_regexp` values to list them here.
[pd]: http://dactyl.sourceforge.net/pentadactyl/
[abook]: http://abook.sourceforge.net/
[gbook]: http://code.google.com/p/goobook/
+[nottoomuch]: http://www.iki.fi/too/nottoomuch/nottoomuch-addresses/
[alookup]: http://notmuchmail.org/emacstips/#index11h2