<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test, branch 0.23.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.23.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.23.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-10-22T15:18:43Z</updated>
<entry>
<title>test: use vt100 as "smart" terminal for known dumb/unknown terminals</title>
<updated>2016-10-22T15:18:43Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2016-10-20T08:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c008dd13523bb1356653fa8678cfe5d26a6feb82'/>
<id>urn:sha1:c008dd13523bb1356653fa8678cfe5d26a6feb82</id>
<content type='text'>
Otherwise use whatever user environment has set for TERM so
that there is more chance to test on users' actual environments.
</content>
</entry>
<entry>
<title>test-lib.sh: rename $DTACH_TERM to $SMART_TERM</title>
<updated>2016-10-22T15:13:55Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2016-10-20T08:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a3ee732c522947a17329704aef2a099946420f52'/>
<id>urn:sha1:a3ee732c522947a17329704aef2a099946420f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: test-lib.sh: use $BASH instead of ${SHELL-sh} to relaunch</title>
<updated>2016-09-24T13:10:40Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2016-09-24T12:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b57426a43549ac5434c0f793e184f1b0b955f7e0'/>
<id>urn:sha1:b57426a43549ac5434c0f793e184f1b0b955f7e0</id>
<content type='text'>
In case of the test script is to be relaunced under valgrind, or --tee
is requested, use the $BASH shell variable to locate the command
interpreter. The $SHELL variable is re-set by non-interactive shells
so in case the shell uses some other shell (e.g. zsh) for interactive
use these bash scripts continue to work.
</content>
</entry>
<entry>
<title>test/emacs: add broken test for message replying to msg to self</title>
<updated>2016-09-24T13:05:04Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-13T02:24:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5292e9b1ae60bbb66466f126463b3d6f0bf6a3b6'/>
<id>urn:sha1:5292e9b1ae60bbb66466f126463b3d6f0bf6a3b6</id>
<content type='text'>
This is a strange corner case where the removing of the user's address
from the To: header does the wrong thing. If we think it is
worth (eventually) fixing, this test can serve as a reminder.
</content>
</entry>
<entry>
<title>test: fix printf format</title>
<updated>2016-09-22T11:11:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-22T11:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1d4812fd616dbabb11eed0f3718fa7827d69355f'/>
<id>urn:sha1:1d4812fd616dbabb11eed0f3718fa7827d69355f</id>
<content type='text'>
notmuch_status_t is an integer type, printing it as a string is a very
bad idea.
</content>
</entry>
<entry>
<title>add property: query prefix to search for specific properties</title>
<updated>2016-09-21T21:14:25Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-07-08T09:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=693ca8d8a80438ce1e361e7e6d22288f52a11c55'/>
<id>urn:sha1:693ca8d8a80438ce1e361e7e6d22288f52a11c55</id>
<content type='text'>
We want to be able to query the properties directly, like:

   notmuch count property:foo=bar

which should return a count of messages where the property with key
"foo" has value equal to "bar".
</content>
</entry>
<entry>
<title>cli: optionally restore message properties from dump file</title>
<updated>2016-09-21T21:14:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-13T01:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=651da30c0941081cf730930fc1a7cac34954ca0e'/>
<id>urn:sha1:651da30c0941081cf730930fc1a7cac34954ca0e</id>
<content type='text'>
This somewhat mimics the config line parsing, except there can be
arbitrarily many key value pairs, so one more level of looping is
required.
</content>
</entry>
<entry>
<title>CLI: add properties to dump output</title>
<updated>2016-09-21T21:14:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-13T01:05:54Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b7345d277ec5f562000c0e740e6515c2a84f9c76'/>
<id>urn:sha1:b7345d277ec5f562000c0e740e6515c2a84f9c76</id>
<content type='text'>
Part of providing extensibility via properties is to make sure that user
data is not lost. Thus we need to be able to dump and restore
properties.
</content>
</entry>
<entry>
<title>lib: iterator API for message properties</title>
<updated>2016-09-21T21:14:25Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-13T01:05:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=58fe8fce1d1b7b86b4914a5a476ff21411c84082'/>
<id>urn:sha1:58fe8fce1d1b7b86b4914a5a476ff21411c84082</id>
<content type='text'>
This is a thin wrapper around the string map iterator API just introduced.
</content>
</entry>
<entry>
<title>lib: basic message-property API</title>
<updated>2016-09-21T21:14:24Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-06-13T01:05:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b8bb6d796458732622f80464dd808b3e02f57d9d'/>
<id>urn:sha1:b8bb6d796458732622f80464dd808b3e02f57d9d</id>
<content type='text'>
Initially, support get, set and removal of single key/value pair, as
well as removing all properties.
</content>
</entry>
</feed>
