Add multiple contacts and calendars
parent
a43fa0b5b7
commit
d133c1ca97
|
@ -63,6 +63,7 @@ S = :save<space>
|
|||
| = :pipe<space>
|
||||
D = :delete<Enter>
|
||||
A = :archive flat<Enter>
|
||||
cs = :pipe khal import -a personal --batch
|
||||
|
||||
f = :forward<Enter>
|
||||
rr = :reply -a<Enter>
|
||||
|
|
|
@ -1,7 +1,15 @@
|
|||
[calendars]
|
||||
|
||||
[[default]]
|
||||
path = ~/.local/share/khal/calendars/default
|
||||
[[personal]]
|
||||
path = ~/.local/share/khal/calendars/personal
|
||||
type = discover
|
||||
|
||||
[[todo]]
|
||||
path = ~/.local/share/khal/calendars/todo
|
||||
type = discover
|
||||
|
||||
[[contact_birthdays]]
|
||||
path = ~/.local/share/khal/calendars/contact_birthdays
|
||||
type = discover
|
||||
|
||||
[locale]
|
||||
|
@ -12,4 +20,4 @@ datetimeformat = %Y-%m-%d %H:%M
|
|||
longdatetimeformat = %Y-%m-%d %H:%M
|
||||
|
||||
[default]
|
||||
default_calendar = default
|
||||
default_calendar = personal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[addressbooks]
|
||||
[[default]]
|
||||
path = ~/.local/share/khard/contacts/default/
|
||||
path = ~/.local/share/khard/contacts/contacts/
|
||||
|
||||
[general]
|
||||
debug = no
|
||||
|
|
Loading…
Reference in New Issue