X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;fp=emacs%2Fnotmuch-show.el;h=43debb260610d724a6100d74d7cf983c54ffd149;hp=99e17185c0d2e729e504413ae7aab566129c8ff1;hb=040c3236afcf95bead0324a48c2e0b9cd7934993;hpb=ae55a86639f86ad1b547e961f71b1bde2180752d diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 99e17185..43debb26 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1274,7 +1274,9 @@ matched." ;; aren't wiped out. (setq notmuch-show-thread-id thread-id notmuch-show-parent-buffer parent-buffer - notmuch-show-query-context query-context + notmuch-show-query-context (if (or (string= query-context "") + (string= query-context "*")) + nil query-context) notmuch-show-process-crypto notmuch-crypto-process-mime ;; If `elide-toggle', invert the default value.