an address book is really useful
This commit is contained in:
parent
49c9cf0cae
commit
4048720e54
2 changed files with 15 additions and 0 deletions
|
@ -17,6 +17,13 @@ prefer_plaintext = True
|
|||
sent_tags = inbox
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
type = shellcommand
|
||||
command = 'notmuch-abook.sh'
|
||||
regexp = '\[?{"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"}[,\]]?'
|
||||
shellcommand_external_filtering = True
|
||||
|
||||
|
||||
[[ugent]]
|
||||
realname = Felix Van der Jeugt
|
||||
address = felix.vanderjeugt@ugent.be
|
||||
|
@ -28,6 +35,12 @@ prefer_plaintext = True
|
|||
sent_tags = inbox
|
||||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
type = shellcommand
|
||||
command = 'notmuch-abook.sh'
|
||||
regexp = '\[?{"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"}[,\]]?'
|
||||
shellcommand_external_filtering = True
|
||||
|
||||
[bindings]
|
||||
|
||||
P = shellescape --thread True --refocus True notmuch\ new\ --quiet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue