diff options
-rw-r--r-- | config/khal/config | 14 | ||||
-rw-r--r-- | config/khard/khard.conf | 12 | ||||
-rwxr-xr-x | install | 3 | ||||
-rw-r--r-- | mutt/muttrc | 4 | ||||
m--------- | private | 0 |
5 files changed, 19 insertions, 14 deletions
diff --git a/config/khal/config b/config/khal/config index 0addef1..bfbb9c7 100644 --- a/config/khal/config +++ b/config/khal/config @@ -6,20 +6,20 @@ timedelta = 10d [calendars] [[personal]] -path = /home/cynerd/.khal/private +path = /home/cynerd/.calendar/personal type = calendar color = dark blue -[[school]] -path = /home/cynerd/.khal/school -type = calendar -color = dark red - [[work]] -path = /home/cynerd/.khal/work +path = /home/cynerd/.calendar/work type = calendar color = yellow +[[misc]] +path = /home/cynerd/.calendar/misc +type = calendar +color = dark red + [highlight_days] default_color = dark gray method = background diff --git a/config/khard/khard.conf b/config/khard/khard.conf index 63bc685..1b4d7a2 100644 --- a/config/khard/khard.conf +++ b/config/khard/khard.conf @@ -1,11 +1,15 @@ [addressbooks] [[family]] -path = ~/.contacts/family/ +path = ~/.contacts/family [[friends]] -path = ~/.contacts/friends/ -[[work]] -path = ~/.contacts/work +path = ~/.contacts/friends +[[cz.nic]] +path = ~/.contacts/cz.nic +[[school]] +path = ~/.contacts/school +[[misc]] +path = ~/.contacts/misc [general] @@ -91,9 +91,10 @@ if ask "Install desktop (i3..)"; then inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi -if ask "Install khal khard"; then +if ask "Install calendar and contacts"; then inst config/khal/config ~/.config/khal/config inst config/khard/khard.conf ~/.config/khard/khard.conf + inst private/vdirsyncer/ ~/.vdirsyncer fi if ask "Install Surf configuration"; then diff --git a/mutt/muttrc b/mutt/muttrc index 7ebfa2a..9e4d2d5 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -25,8 +25,8 @@ set crypt_autosign = yes set crypt_replyencrypt = yes set sendmail="/usr/bin/msmtp --read-envelope-from" -set query_command= "abook --mutt-query '%s'" -bind editor <Tab> complete-query +set query_command= "khard email --parsable '%s'" +bind editor <Tab> complete-query macro index S 's=archive<enter>' diff --git a/private b/private -Subproject 572439be1f36e6d83b410d08228b950699c242f +Subproject 365980335dc88f7782161d7f88fcbd4921c077c |