diff options
-rw-r--r-- | notmuch.org | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/notmuch.org b/notmuch.org index b782947..2f617b6 100644 --- a/notmuch.org +++ b/notmuch.org @@ -157,6 +157,7 @@ notmuch-show-part-button-default-action 'notmuch-show-view-part notmuch-show-mark-read-tags '("-new" "-unread") notmuch-archive-tags '("+trove" "-new") + notmuch-address-internal-completion '(received nil) notmuch-fcc-dirs '((".*@bigml.com" . "bigml/sent +bigml +sent -new") (".*" . "jao/sent +jao +sent -new")) @@ -263,8 +264,8 @@ ("h" . jao-notmuch-goto-message-buffer) ("H" . jao-notmuch-click-message-buffer) ("i" . jao-notmuch-show-images) - ("K" . jao-notmuch-tag-jump-and-next) - ("k" . jao-notmuch-tree-read-thread) + ("k" . jao-notmuch-tag-jump-and-next) + ("K" . jao-notmuch-tree-read-thread) ("M" . jao-notmuch-move-message) ("n" . jao-notmuch-tree-next) ("s" . jao-notmuch-tree-spam) |