<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/count, branch debian/0.17-5</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.17-5</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.17-5'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2013-08-24T09:44:12Z</updated>
<entry>
<title>test: test notmuch count --output=files</title>
<updated>2013-08-24T09:44:12Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2013-08-17T12:11:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=09f8ef3e3db6e9e831f3f57fcd18231af355557a'/>
<id>urn:sha1:09f8ef3e3db6e9e831f3f57fcd18231af355557a</id>
<content type='text'>
Add tests for notmuch count --output=files option.
</content>
</entry>
<entry>
<title>test: notmuch count --batch and --input options</title>
<updated>2013-04-01T13:38:48Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2013-03-31T09:46:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=360c3c86070ba60c3973da7803335ba7331e7e9d'/>
<id>urn:sha1:360c3c86070ba60c3973da7803335ba7331e7e9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: wrap 'wc -l' results in arithmetic evaluation to strip whitespace</title>
<updated>2012-12-08T13:19:34Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-12-04T21:26:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=60e79e3a9f1c8f054bd3f064714a9e92e8fe13b8'/>
<id>urn:sha1:60e79e3a9f1c8f054bd3f064714a9e92e8fe13b8</id>
<content type='text'>
This is for portability, as 'wc -l' emits whitespace on some BSD
variants. Suggested by Tomi Ollila &lt;tomi.ollila@iki.fi&gt;.
</content>
</entry>
<entry>
<title>test: fix count test</title>
<updated>2012-12-08T13:19:34Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2012-12-04T21:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=423e4fbfebdb5b49044184676e3fdda85955fdb0'/>
<id>urn:sha1:423e4fbfebdb5b49044184676e3fdda85955fdb0</id>
<content type='text'>
The quoting for ${SEARCH} is broken when it's supposed to be '*', and
it seems tricky to get it right. Just drop the variable and use '*'
directly. Before this, none of the messages ever matched, and the test
was comparing zeros.
</content>
</entry>
<entry>
<title>test: add some exclude tests</title>
<updated>2012-04-08T02:06:21Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2012-04-07T16:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6478e1bc92d60bfd85ef8259a14754e2babe150b'/>
<id>urn:sha1:6478e1bc92d60bfd85ef8259a14754e2babe150b</id>
<content type='text'>
Systematically test the exclude options for search. Also move the
search existing exclude tests into the new test. There is some overlap
between the two sets of tests but many of the existing ones are there
because they triggered bugs in the past so I have kept them to ensure
coverage.
</content>
</entry>
<entry>
<title>cli: move count to the new --exclude=(true|false|flag) naming scheme.</title>
<updated>2012-04-08T02:05:18Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2012-04-07T16:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=785c1e497f05cb89365669fea33cfbf9078a4b12'/>
<id>urn:sha1:785c1e497f05cb89365669fea33cfbf9078a4b12</id>
<content type='text'>
Move the option --no-exclude to the --exclude= scheme. Since there is
no way to flag messages only true and false are implemented. Note
that, for consistency with other commands, this is implemented as a
keyword option rather than a boolean option.
</content>
</entry>
<entry>
<title>test: the test for the exclude code mistakenly excludes the tag "="</title>
<updated>2012-03-18T12:14:23Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2012-03-14T12:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fb36741bf3e81548a6f742c536f910c783756248'/>
<id>urn:sha1:fb36741bf3e81548a6f742c536f910c783756248</id>
<content type='text'>
The tests for the exclude code in search and count use the line
    notmuch config set search.exclude_tags = deleted
which actually sets the exclude tags to be "=" and "deleted". Remove
the "=" from this line.
</content>
</entry>
<entry>
<title>test: add tests for new cli --no-exclude option</title>
<updated>2012-03-02T12:25:46Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2012-03-01T22:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=98f5b0f09a816dfe5bc206f8b76c87223437e63d'/>
<id>urn:sha1:98f5b0f09a816dfe5bc206f8b76c87223437e63d</id>
<content type='text'>
The tests test the new --no-exclude option to search and count.
There were no existing tests for the exclude behaviour for count so
added these too.
</content>
</entry>
<entry>
<title>test: add tests for notmuch count</title>
<updated>2011-11-15T23:22:13Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2011-11-15T20:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=28d78c2b02ade16d5e5b8a0bc021acb5158ba777'/>
<id>urn:sha1:28d78c2b02ade16d5e5b8a0bc021acb5158ba777</id>
<content type='text'>
Signed-off-by: Jani Nikula &lt;jani@nikula.org&gt;
</content>
</entry>
</feed>
