From 2c05b0336a38eb7e97892fd518db5702f2d3c510 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Fri, 13 Sep 2024 19:37:18 -0700 Subject: [PATCH] more cleanup --- khard/.config/khard/khard.conf | 32 -------------------------------- khard/.config/vdirsyncer/config | 20 -------------------- 2 files changed, 52 deletions(-) delete mode 100644 khard/.config/khard/khard.conf delete mode 100644 khard/.config/vdirsyncer/config diff --git a/khard/.config/khard/khard.conf b/khard/.config/khard/khard.conf deleted file mode 100644 index b486b8b..0000000 --- a/khard/.config/khard/khard.conf +++ /dev/null @@ -1,32 +0,0 @@ -[addressbooks] -[[Default]] -path = ~/.contacts/Default - -[general] -debug = no -default_action = list -editor = vim -merge_editor = vimdiff - -[contact table] -# display names by first or last name: first_name / last_name -display = first_name -# group by address book: yes / no -group_by_addressbook = no -# reverse table ordering: yes / no -reverse = no -# append nicknames to name column: yes / no -show_nicknames = no -# show uid table column: yes / no -show_uids = no -# sort by first or last name: first_name / last_name -sort = last_name -# localize dates: yes / no -localize_dates = yes - -[vcard] -# Look into source vcf files to speed up search queries: yes / no -search_in_source_files = no -# skip unparsable vcard files: yes / no -skip_unparsable = no - diff --git a/khard/.config/vdirsyncer/config b/khard/.config/vdirsyncer/config deleted file mode 100644 index 786bec6..0000000 --- a/khard/.config/vdirsyncer/config +++ /dev/null @@ -1,20 +0,0 @@ -[general] -status_path = "~/.vdirsyncer/status/" - -[pair my_contacts] -a = "my_contacts_local" -b = "my_contacts_remote" -collections = ["from a", "from b"] - -[storage my_contacts_local] -type = "filesystem" -path = "~/.contacts/" -fileext = ".vcf" - -[storage my_contacts_remote] -type = "carddav" - -url = "https://carddav.fastmail.com" -username.fetch = ["command", "~/bin/pw.sh", "CARDDAV_USERNAME"] -password.fetch = ["command", "~/bin/pw.sh", "CARDDAV_PASSWORD"] -