X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=284e9cd1e8fad1471dc4860fb1131d2473851313;hp=7ffa1ed1156fb2b78d576a08393d25dbc9d916fc;hb=668b66ec85a649255441f8ab1a6ee5baa680b4e4;hpb=866ce8b132c4b1e912f21a8b054f839f53281dde diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 7ffa1ed1..284e9cd1 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1038,8 +1038,11 @@ function is used." ;; buffer. (setq notmuch-show-process-crypto notmuch-crypto-process-mime) ;; Set the default value for - ;; `notmuch-show-elide-non-matching-messages' in this buffer. + ;; `notmuch-show-elide-non-matching-messages' in this buffer. If + ;; there is a prefix argument, invert the default. (setq notmuch-show-elide-non-matching-messages notmuch-show-only-matching-messages) + (if current-prefix-arg + (setq notmuch-show-elide-non-matching-messages (not notmuch-show-elide-non-matching-messages))) (setq notmuch-show-thread-id thread-id notmuch-show-parent-buffer parent-buffer