(delete-other-windows)'
test_expect_equal_file $EXPECTED/notmuch-search-tag-inbox-without-excluded OUTPUT
+test_begin_subtest "Search from search box doesn't contain excluded mail by default"
+test_subtest_known_broken
+test_emacs '(notmuch-hello)
+ (goto-char (point-min))
+ (re-search-forward "Search:")
+ (forward-char 1)
+ (insert "tag:inbox")
+ (widget-field-activate (point))
+ (notmuch-test-wait)
+ (test-output)
+ (delete-other-windows)'
+test_expect_equal_file $EXPECTED/notmuch-search-tag-inbox-without-excluded OUTPUT
+
test_begin_subtest "Toggling exclude in search will show excluded mail"
test_emacs '(notmuch-hello)
(goto-char (point-min))