]> git.cworth.org Git - notmuch-wiki/commitdiff
instead of custom bindings, use `k d` (in emacs mua) to mark msgs deleted
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 26 Oct 2017 10:00:49 +0000 (13:00 +0300)
committerTomi Ollila <tomi.ollila@iki.fi>
Thu, 26 Oct 2017 10:00:49 +0000 (13:00 +0300)
excluding.mdwn

index 4e54a85465fc3fa3ef80c73ef6c204ea4e076734..785d477a69f2a88103cec058e82e481ef4970bd4 100644 (file)
@@ -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: