more cleanup
This commit is contained in:
parent
9d088c1000
commit
2c05b0336a
2 changed files with 0 additions and 52 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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"]
|
|
||||||
|
|
Loading…
Reference in a new issue