<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/test/test-lib.sh, branch 0.24.1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.24.1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.24.1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-03-01T01:21:07Z</updated>
<entry>
<title>Merge branch 'release'</title>
<updated>2017-03-01T01:21:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-01T01:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=508b5c20fa38b17fa527af075857061f4ed81e2a'/>
<id>urn:sha1:508b5c20fa38b17fa527af075857061f4ed81e2a</id>
<content type='text'>
Second gnugpg test suite fix
</content>
</entry>
<entry>
<title>test: move GNUPGHOME to TEST_TMPDIR</title>
<updated>2017-02-28T00:01:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T23:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1044775fc003914ee63b53254b7ca8700983a6e7'/>
<id>urn:sha1:1044775fc003914ee63b53254b7ca8700983a6e7</id>
<content type='text'>
We already use this directory for dtach sockets, so it makes sense to
put gnupg sockets there as well. There doesn't seem to be a clean way
to put a fully functional socket in a different location than
GNUPGHOME.
</content>
</entry>
<entry>
<title>Revert "test: use gpgconf --create-socketdir if available"</title>
<updated>2017-02-27T22:26:47Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T22:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5a42bb96c1ad4fcbcbf3dc882ba814c06e657f98'/>
<id>urn:sha1:5a42bb96c1ad4fcbcbf3dc882ba814c06e657f98</id>
<content type='text'>
This reverts commit e7b88e8b0a93ca83d807edc00e0c97af54c5b5f1.

It turns out that this does not work well in environments without a
running systemd (or some other provider of /run/user)
</content>
</entry>
<entry>
<title>cli/show: list all filenames of a message in the formatted output</title>
<updated>2017-02-26T11:41:33Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2017-02-25T13:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=14c60cf168ac3b0f277188c16e6012b7ebdadde7'/>
<id>urn:sha1:14c60cf168ac3b0f277188c16e6012b7ebdadde7</id>
<content type='text'>
Instead of just having the first filename for the message, list all
duplicate filenames of the message as a list in the formatted
outputs. This bumps the format version to 3.
</content>
</entry>
<entry>
<title>test: replaced use of python with $NOTMUCH_PYTHON (twice)</title>
<updated>2017-02-23T12:55:24Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2017-01-04T21:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2c5eed16b3b0bff9b6f488d3949ebdb62e8d1c35'/>
<id>urn:sha1:2c5eed16b3b0bff9b6f488d3949ebdb62e8d1c35</id>
<content type='text'>
$NOTMUCH_PYTHON is sourced from sh.config, configured by
./configure and stated to be used as:

"Name of python command to use in configure and the test suite."
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2017-02-21T12:16:07Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-21T12:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9951598d11f9e883374d295f886009cdb64d8f63'/>
<id>urn:sha1:9951598d11f9e883374d295f886009cdb64d8f63</id>
<content type='text'>
Merge changes to use gpgconf --create-socketdir
</content>
</entry>
<entry>
<title>test: use gpgconf --create-socketdir if available</title>
<updated>2017-02-21T11:45:40Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-14T21:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e7b88e8b0a93ca83d807edc00e0c97af54c5b5f1'/>
<id>urn:sha1:e7b88e8b0a93ca83d807edc00e0c97af54c5b5f1</id>
<content type='text'>
This enables the shortened socket pathes in /run or equivalent. The
explicit call to gpgconf is needed for nonstandard GNUPGHOME settings.

(amended according to id:m2fujatr4k.fsf@guru.guru-group.fi)
</content>
</entry>
<entry>
<title>test: allow user to choose which gdb to run tests with</title>
<updated>2017-01-08T14:50:28Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2017-01-07T09:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=95efe2d4849f218fffd232dd6e10011f0f837878'/>
<id>urn:sha1:95efe2d4849f218fffd232dd6e10011f0f837878</id>
<content type='text'>
The variable used for selecting gdb is TEST_GDB, consistent with
TEST_CC and TEST_EMACS{,CLIENT}.
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2016-11-25T01:21:16Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-11-25T01:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d35c2c15f61cb527eea6e6224d8b0ad965100766'/>
<id>urn:sha1:d35c2c15f61cb527eea6e6224d8b0ad965100766</id>
<content type='text'>
Initial set of changes for 0.23.3
</content>
</entry>
<entry>
<title>tests: account for varying-size cryptographic signatures</title>
<updated>2016-11-25T00:22:12Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2016-11-23T17:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d31161c212368a592c5d92e3d181a986d49fcc20'/>
<id>urn:sha1:d31161c212368a592c5d92e3d181a986d49fcc20</id>
<content type='text'>
GnuPG 2.1.16 is now injecting the full issuer fingerprint in its
signatures, which makes them about 32 octets larger when
ascii-armored.

This change in size means that the size of the MIME parts will vary
depending on the version of gpg that the user has installed.  at any
rate, the signature part should be non-zero (this is true for
basically any MIME part), so we just test for that instead of an exact
size.
</content>
</entry>
</feed>
