diff --git a/home/common/files/neomutt/neomuttrc b/home/common/files/neomutt/neomuttrc index 12b96eb..acd79a8 100644 --- a/home/common/files/neomutt/neomuttrc +++ b/home/common/files/neomutt/neomuttrc @@ -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 diff --git a/home/common/khard.nix b/home/common/khard.nix index 2c7a506..c42c946 100644 --- a/home/common/khard.nix +++ b/home/common/khard.nix @@ -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"; }; }; }