]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs
emacs: Escape all message ID queries
[notmuch] / test / emacs
index 62eaedba55fbd7a08a93076d78fb80468dd5f0e8..8b92d0a94313c2c441854970152fca768dbdf6e3 100755 (executable)
@@ -140,7 +140,6 @@ output=$(notmuch search 'id:"123..456@example"' | notmuch_search_sanitize)
 test_expect_equal "$output" "thread:XXX   2001-01-05 [1/1] Notmuch Test Suite; Message with .. in Message-Id (inbox search-add show-add)"
 
 test_begin_subtest "Message with quote in Message-Id:"
-test_subtest_known_broken
 add_message '[id]="\"quote\"@example"' '[subject]="Message with quote in Message-Id"'
 test_emacs '(notmuch-search "subject:\"Message with quote\"")
            (notmuch-test-wait)