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