[PATCH v2 2/7] verify during thread-breakage that messages are removed as well

David Bremner david at tethera.net
Tue Apr 5 18:20:45 PDT 2016


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

>  
> +test_subject_count() {
> +    notmuch new >/dev/null
> +    test_begin_subtest "${3:-looking for $2 instance of '$1'}"
> +    count=$(notmuch count --output=threads "$1")
> +    test_expect_equal "$count" "$2"
> +}

It's confusing that this doesn't have anything to do with the subject:
prefix or the corresponding header.



More information about the notmuch mailing list