From d9983502faba9ad82fd5a5ff20aa8451ae1fdea8 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Thu, 26 Oct 2017 13:00:49 +0300 Subject: [PATCH] instead of custom bindings, use `k d` (in emacs mua) to mark msgs deleted --- excluding.mdwn | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/excluding.mdwn b/excluding.mdwn index 4e54a85..785d477 100644 --- a/excluding.mdwn +++ b/excluding.mdwn @@ -63,14 +63,8 @@ procedure: $ notmuch config set search.exclude_tags deleted -* Add a key binding to your favorite ui to add a "deleted" tag to - messages that you want to delete. In [[emacs|emacstips]] that might - be: - - (define-key notmuch-show-mode-map "d" - (lambda () - (interactive) - (notmuch-show-tag "+deleted"))) +* In emacs MUA use keybinding `k d` to add a "deleted" tag to messages + that you want to delete. * And, finally, if you _really_ want the messages purged from disk, you can delete them manually with: -- 2.43.0