summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2017-10-26 13:00:49 +0300
committerTomi Ollila <tomi.ollila@iki.fi>2017-10-26 13:00:49 +0300
commitd9983502faba9ad82fd5a5ff20aa8451ae1fdea8 (patch)
tree0d466e30ca2b4aaf54e03cece2828c2115fa1629
parent2150fa4cca9ce334d009f028f256326035bb0baa (diff)
instead of custom bindings, use `k d` (in emacs mua) to mark msgs deleted
-rw-r--r--excluding.mdwn10
1 files 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: