David Abrahams writes: > Please write in English if possible, because the Emacs maintainers > `M-x mairix-widget-search' > search on body containing "foobar" > do NOT check "Show full threads" > finds all messages in threads that mention foobar in the body of any message. > > Tracked it down to > > (defun mairix-widget-send-query (widgets) > "Send query from WIDGETS to mairix binary." > (mairix-search > (mairix-widget-make-query-from-widgets widgets) > (if (widget-value (cadr (assoc "Threads" widgets))) > t > -1)) > ; ^^---------this should be nil > (kill-buffer mairix-customize-query-buffer)) I can confirm this change fixes the bug. Thank you for tracking it down. I attached a bzr bundle containing the above patch. Could please someone commit this as a tiny change by Dave Abrahams and close this bug? Thanks, David