switch from abook to khard
This commit is contained in:
parent
d6f0da270f
commit
7e1d59a684
4 changed files with 69 additions and 7 deletions
|
@ -4,7 +4,7 @@ periodic_hook_frequency = 60
|
|||
|
||||
attachment_prefix = /data/temporary
|
||||
prefer_plaintext = True
|
||||
editor_cmd = "st -e vis"
|
||||
editor_cmd = "dvtm 'vis %s'"
|
||||
|
||||
[accounts]
|
||||
|
||||
|
@ -19,7 +19,10 @@ editor_cmd = "st -e vis"
|
|||
sign_by_default = False
|
||||
|
||||
[[[abook]]]
|
||||
type = abook
|
||||
type = shellcommand
|
||||
command = khard email --parsable
|
||||
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
||||
ignorecase = True
|
||||
|
||||
[[gmail]]
|
||||
realname = Felix Van der Jeugt
|
||||
|
@ -34,8 +37,10 @@ editor_cmd = "st -e vis"
|
|||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
type = abook
|
||||
|
||||
type = shellcommand
|
||||
command = khard email --parsable
|
||||
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
||||
ignorecase = True
|
||||
|
||||
[[ugent]]
|
||||
realname = Felix Van der Jeugt
|
||||
|
@ -49,7 +54,10 @@ editor_cmd = "st -e vis"
|
|||
sign_by_default = True
|
||||
|
||||
[[[abook]]]
|
||||
type = abook
|
||||
type = shellcommand
|
||||
command = khard email --parsable
|
||||
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
||||
ignorecase = True
|
||||
|
||||
[bindings]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue