summaryrefslogtreecommitdiffhomepage
path: root/notmuch.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-08-01 00:01:12 +0100
committerjao <jao@gnu.org>2021-08-01 00:01:12 +0100
commitcef7e9b37b5b35ffd1ca4e31462a4916591ce660 (patch)
tree326d13d6981fb04392c30745b8370b308c56db19 /notmuch.org
parent0be8a16ffd84c15d68ca9b6e733cac969175a5e0 (diff)
downloadelibs-cef7e9b37b5b35ffd1ca4e31462a4916591ce660.tar.gz
elibs-cef7e9b37b5b35ffd1ca4e31462a4916591ce660.tar.bz2
notmuch: address completion
Diffstat (limited to 'notmuch.org')
-rw-r--r--notmuch.org5
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)