start using abook

This commit is contained in:
Felix Van der Jeugt 2018-08-31 14:56:15 +02:00
parent 3fb0e4baec
commit 29a37fe937
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 5 additions and 12 deletions

2
abook/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
addressbook
addressbook~

View File

@ -19,10 +19,7 @@ editor_cmd = "st -e vis"
sign_by_default = False
[[[abook]]]
type = shellcommand
command = 'notmuch address date:1Y..'
regexp = (?P<name>.*) <(?P<email>.+)>
shellcommand_external_filtering = False
type = abook
[[gmail]]
realname = Felix Van der Jeugt
@ -37,10 +34,7 @@ editor_cmd = "st -e vis"
sign_by_default = True
[[[abook]]]
type = shellcommand
command = 'notmuch address date:1Y..'
regexp = (?P<name>.*) <(?P<email>.+)>
shellcommand_external_filtering = False
type = abook
[[ugent]]
@ -55,10 +49,7 @@ editor_cmd = "st -e vis"
sign_by_default = True
[[[abook]]]
type = shellcommand
command = 'notmuch address date:1Y..'
regexp = (?P<name>.*) <(?P<email>.+)>
shellcommand_external_filtering = False
type = abook
[bindings]