diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-12 11:14:49 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-12 11:14:49 +0100 |
commit | 707ffd28b664046f271bf8fae58fcb013aeedbbe (patch) | |
tree | 4aa368bcb1a2e52730a197d6fa349fcf9476af2c /khard/khard.conf | |
parent | 503a122cb0f0ed4cea657742c46c2de4df95c34d (diff) |
Adds khal khard and vdirsyncer
Diffstat (limited to 'khard/khard.conf')
-rw-r--r-- | khard/khard.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/khard/khard.conf b/khard/khard.conf new file mode 100644 index 0000000..b6d6018 --- /dev/null +++ b/khard/khard.conf @@ -0,0 +1,14 @@ +[addressbooks] +[[personal]] +path = ~/.contacts/55caade5-39ac-f0d0-5a0f-373793eb6926/ + +[general] +debug = no +default_action = list + +[contact table] +display = first_name +reverse = no +show_uids = no +sort = last_name +localize_dates = yes |