X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacstips.mdwn;fp=emacstips.mdwn;h=2269cb7739892cf9d63ff01315e6bf7e3e818d56;hb=ef658d2b34deac241229b1e80de2566765472ba3;hp=3bf06fd7f5939dc5750f78a10013f04b2f6e6436;hpb=8bf95525c058d8265be9357f6bdeeed2a7b331bd;p=notmuch-wiki diff --git a/emacstips.mdwn b/emacstips.mdwn index 3bf06fd..2269cb7 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -94,7 +94,7 @@ above. To get this behaviour on 0.17+ do the following: (define-key notmuch-search-mode-map "S" (lambda (&optional beg end) "mark thread as spam" - (interactive (notmuch-search-interactive-region)) + (interactive (notmuch-interactive-region)) (notmuch-search-tag (list "+spam" "-inbox") beg end))) The analogous functionality in notmuch-tree is currently missing.