switch from abook to khard

This commit is contained in:
Felix Van der Jeugt 2018-11-21 16:34:11 +01:00
parent d6f0da270f
commit 7e1d59a684
No known key found for this signature in database
GPG key ID: 58B209295023754D
4 changed files with 69 additions and 7 deletions

View file

@ -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]