cleanup
This commit is contained in:
parent
145d68dce2
commit
087af57cda
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ bind index x sync-mailbox
|
||||||
bind index,pager / vfolder-from-query
|
bind index,pager / vfolder-from-query
|
||||||
bind index,pager * flag-message
|
bind index,pager * flag-message
|
||||||
bind index,pager Y print-message
|
bind index,pager Y print-message
|
||||||
|
bind index,pager c mail
|
||||||
bind index,pager g change-folder
|
bind index,pager g change-folder
|
||||||
bind index,pager n next-entry
|
bind index,pager n next-entry
|
||||||
bind index,pager p previous-entry
|
bind index,pager p previous-entry
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
accounts.contact.accounts = {
|
accounts.contact.accounts = {
|
||||||
contacts = {
|
contacts = {
|
||||||
khard.enable = true;
|
khard.enable = true;
|
||||||
local.path = "~/.config/vdirsyncer/storage/contacts/default";
|
local.path = "/home/don/.config/vdirsyncer/storage/contacts/default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue