diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-26 23:58:39 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-26 23:58:39 +0100 |
commit | 6f504fb861d7c6bc0c17471cab6acccb0317cfdb (patch) | |
tree | 2509d3033643ec64a500cb7d8d2c3421740d4569 /config/khard/khard.conf | |
parent | feddfdd6cab28f55ab2b5597f89f3805bac2349a (diff) | |
download | myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.gz myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.tar.bz2 myconfigs-6f504fb861d7c6bc0c17471cab6acccb0317cfdb.zip |
Add khal and khard
Diffstat (limited to 'config/khard/khard.conf')
-rw-r--r-- | config/khard/khard.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config/khard/khard.conf b/config/khard/khard.conf new file mode 100644 index 0000000..63bc685 --- /dev/null +++ b/config/khard/khard.conf @@ -0,0 +1,25 @@ +[addressbooks] + +[[family]] +path = ~/.contacts/family/ +[[friends]] +path = ~/.contacts/friends/ +[[work]] +path = ~/.contacts/work + + +[general] +debug = no +default_action = list +editor = vim +merge_editor = vimdiff + + +[contact table] +display = first_name +group_by_addressbook = yes +reverse = no +show_nicknames = yes +show_uids = yes +sort = last_name +localize_dates = yes |