update for baikal
authorMart Lubbers <mart@martlubbers.net>
Mon, 2 Nov 2015 20:35:03 +0000 (21:35 +0100)
committerMart Lubbers <mart@martlubbers.net>
Mon, 2 Nov 2015 20:35:03 +0000 (21:35 +0100)
.config/khal/khal.conf
.config/khard/khard.conf
.config/vdirsyncer/config
.mutt/muttrc

index 3f4f544..bcad0c4 100644 (file)
@@ -1,6 +1,6 @@
 [calendars]
 [[dav]]
-path = ~/.vdirsyncer/calendar/
+path = ~/.vdirsyncer/cal/default
 color = white
 
 [sqlite]
index d5838d9..7cc3b0b 100644 (file)
@@ -1,6 +1,6 @@
 [addressbooks]
 [[dav]]
-path = ~/.vdirsyncer/addressbook/
+path = ~/.vdirsyncer/card/default
 
 [general]
 editor = vim
index 39e2b01..209a90b 100644 (file)
@@ -21,12 +21,13 @@ collections = ["from b"]
 
 [storage contacts_local]
 type = filesystem
-path = ~/.vdirsyncer/
+path = ~/.vdirsyncer/card
 fileext = .vcf
 
 [storage contacts_remote]
 type = carddav
-url = http://localhost:8008/addressbooks/users/mart/addressbook/
+url = https://ygdrassil.martlubbers.net/card.php/addressbooks/mart/default
+auth = digest
 username = mart
 
 # CALDAV
@@ -37,10 +38,11 @@ collections = ["from b"]
 
 [storage calendar_local]
 type = filesystem
-path = ~/.vdirsyncer/
+path = ~/.vdirsyncer/cal
 fileext = .ics
 
 [storage calendar_remote]
 type = caldav
-url = http://localhost:8008/calendars/users/mart/calendar/
+url = https://ygdrassil.martlubbers.net/cal.php/calendars/mart/default
+auth = digest
 username = mart
index b6417e3..8036a9b 100644 (file)
@@ -61,9 +61,12 @@ set tilde
 set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+"
 
 # Aliases
-set query_command = "abook --mutt-query '%s'"
-macro index,pager a "<pipe-message>abook --add-email-quiet<return>" "Add this sender to Abook"
+set query_command= "khard mutt --search '%s'"
 bind editor <Tab> complete-query
+bind editor ^T    complete
+macro index,pager A \
+    "<pipe-message>khard add-email<return>" \
+    "add the sender email address to khard"
 
 # Colors
 color normal white default