start using abook
This commit is contained in:
parent
3fb0e4baec
commit
29a37fe937
2
abook/.gitignore
vendored
Normal file
2
abook/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
addressbook
|
||||||
|
addressbook~
|
@ -19,10 +19,7 @@ editor_cmd = "st -e vis"
|
|||||||
sign_by_default = False
|
sign_by_default = False
|
||||||
|
|
||||||
[[[abook]]]
|
[[[abook]]]
|
||||||
type = shellcommand
|
type = abook
|
||||||
command = 'notmuch address date:1Y..'
|
|
||||||
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
||||||
shellcommand_external_filtering = False
|
|
||||||
|
|
||||||
[[gmail]]
|
[[gmail]]
|
||||||
realname = Felix Van der Jeugt
|
realname = Felix Van der Jeugt
|
||||||
@ -37,10 +34,7 @@ editor_cmd = "st -e vis"
|
|||||||
sign_by_default = True
|
sign_by_default = True
|
||||||
|
|
||||||
[[[abook]]]
|
[[[abook]]]
|
||||||
type = shellcommand
|
type = abook
|
||||||
command = 'notmuch address date:1Y..'
|
|
||||||
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
||||||
shellcommand_external_filtering = False
|
|
||||||
|
|
||||||
|
|
||||||
[[ugent]]
|
[[ugent]]
|
||||||
@ -55,10 +49,7 @@ editor_cmd = "st -e vis"
|
|||||||
sign_by_default = True
|
sign_by_default = True
|
||||||
|
|
||||||
[[[abook]]]
|
[[[abook]]]
|
||||||
type = shellcommand
|
type = abook
|
||||||
command = 'notmuch address date:1Y..'
|
|
||||||
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
||||||
shellcommand_external_filtering = False
|
|
||||||
|
|
||||||
[bindings]
|
[bindings]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user