X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=060af8eb0a361a613b92cf354c37589f1e86115b;hb=c689d1ff13ed48507230ca7035021ce42d3dcd64;hp=5bf99846dd5ffe33cfeaf8a3bcc2c9bd4f8507f0;hpb=7edba1d17d45a3f8bdc25ca22efeaf309bc87da6;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 5bf99846..060af8eb 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -458,7 +458,11 @@ no messages in the region then return nil." (notmuch-search-properties-in-region :subject beg end)) (defun notmuch-search-show-thread (&optional elide-toggle) - "Display the currently selected thread." + "Display the currently selected thread. + +With a prefix argument, invert the default value of +`notmuch-show-only-matching-messages' when displaying the +thread." (interactive "P") (let ((thread-id (notmuch-search-find-thread-id)) (subject (notmuch-search-find-subject)))