This commit is contained in:
Don Harper 2024-07-18 21:55:53 -05:00
parent 145d68dce2
commit 087af57cda
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ bind index x sync-mailbox
bind index,pager / vfolder-from-query
bind index,pager * flag-message
bind index,pager Y print-message
bind index,pager c mail
bind index,pager g change-folder
bind index,pager n next-entry
bind index,pager p previous-entry

View file

@ -33,7 +33,7 @@
accounts.contact.accounts = {
contacts = {
khard.enable = true;
local.path = "~/.config/vdirsyncer/storage/contacts/default";
local.path = "/home/don/.config/vdirsyncer/storage/contacts/default";
};
};
}