<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/configure, branch 0.28</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.28</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.28'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2018-09-18T10:34:33Z</updated>
<entry>
<title>configure: absolute path of perl</title>
<updated>2018-09-18T10:34:33Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-09-16T17:08:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=11d0edeac2a91a3f6d786d1ca6900b9f7ed45765'/>
<id>urn:sha1:11d0edeac2a91a3f6d786d1ca6900b9f7ed45765</id>
<content type='text'>
This can be used to set shebang lines during install.
</content>
</entry>
<entry>
<title>configure: absolute path of bash</title>
<updated>2018-09-18T10:34:33Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-09-16T17:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=aab395b2d4edb41d0670c3c838c309df30d95d63'/>
<id>urn:sha1:aab395b2d4edb41d0670c3c838c309df30d95d63</id>
<content type='text'>
This can be used to set shebang lines during install.
</content>
</entry>
<entry>
<title>configure: check for links to/from libdir in ldconfig output</title>
<updated>2018-05-31T11:14:47Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-05-30T02:03:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b71fa262b54398399821e89d01d984f46e24d2e8'/>
<id>urn:sha1:b71fa262b54398399821e89d01d984f46e24d2e8</id>
<content type='text'>
If e.g. /lib is a link to /usr/lib, then the latter may not show up in
the way we expect in the output of ldconfig. 'test foo -ef bar' checks
if foo and bar have the same device and inode numbers. Since (at least
in bash, dash, ksh, and zsh) the shell dereferences symlinks before
applying the test, this includes both the case where file1 is equal to
file2 and the case where one is a symlink to the other.
</content>
</entry>
<entry>
<title>configure: set 'infodir'</title>
<updated>2018-05-26T15:26:02Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-05-21T20:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7e3575c0ca01211f8b16740bb0702c852b4e02ff'/>
<id>urn:sha1:7e3575c0ca01211f8b16740bb0702c852b4e02ff</id>
<content type='text'>
This turns --infodir from an ignored option into a real one
</content>
</entry>
<entry>
<title>configure: check for makeinfo and install-info</title>
<updated>2018-05-26T15:25:51Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-05-21T20:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=db666126cd054ae9b0900afcc6e0009f20c45e50'/>
<id>urn:sha1:db666126cd054ae9b0900afcc6e0009f20c45e50</id>
<content type='text'>
These are needed to build and install (respectively) the info format
documentation.
</content>
</entry>
<entry>
<title>build: Allow user to specify ruby executable</title>
<updated>2018-05-11T00:01:06Z</updated>
<author>
<name>Thomas Schneider</name>
<email>qsx@chaotikum.eu</email>
</author>
<published>2018-05-09T12:38:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b2e4778ea4a704e4a86ae41d680a9ec886e66cfa'/>
<id>urn:sha1:b2e4778ea4a704e4a86ae41d680a9ec886e66cfa</id>
<content type='text'>
This way, one can build for a different Ruby than $PATH/ruby
(e. g. different versions, or Ruby in other paths).

Signed-off-by: Thomas Schneider &lt;qsx@chaotikum.eu&gt;
</content>
</entry>
<entry>
<title>move more http -&gt; https</title>
<updated>2018-05-03T23:59:20Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2018-04-29T08:35:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c20a5eb80520a11cb697a45b0d9553c68e2199c8'/>
<id>urn:sha1:c20a5eb80520a11cb697a45b0d9553c68e2199c8</id>
<content type='text'>
Correct URLs that have crept into the notmuch codebase with http://
when https:// is possible.

As part of this conversion, this changeset also indicates the current
preferred upstream URLs for both gmime and sup.  the new URLs are
https-enabled, the old ones are not.

This also fixes T310-emacs.sh, thanks to Bremner for catching it.
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2017-12-09T02:19:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-12-09T02:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=040c3236afcf95bead0324a48c2e0b9cd7934993'/>
<id>urn:sha1:040c3236afcf95bead0324a48c2e0b9cd7934993</id>
<content type='text'>
Conflicts:
        NEWS

Add in NEWS from point release
</content>
</entry>
<entry>
<title>crypto: signature verification reports valid User IDs</title>
<updated>2017-12-09T00:35:18Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2017-12-08T20:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cb855d8a9d24084d0965790782c1ce04b82aa9ca'/>
<id>urn:sha1:cb855d8a9d24084d0965790782c1ce04b82aa9ca</id>
<content type='text'>
When i'm trying to understand a message signature, i care that i know
who it came from (the "validity" of the identity associated with the
key), *not* whether i'm willing to accept the keyholder's other
identity assertions (the "trust" associated with the certificate).

We've been reporting User ID information based on the "trust"
associated with the certificate, because GMime didn't clearly expose
the validity of the User IDs.

This change relies on fixes made in GMime 3.0.3 and later which
include https://github.com/jstedfast/gmime/pull/18.
</content>
</entry>
<entry>
<title>cli/help: give a hint about notmuch-emacs-mua</title>
<updated>2017-12-07T12:20:00Z</updated>
<author>
<name>Daniel Kahn Gillmor</name>
<email>dkg@fifthhorseman.net</email>
</author>
<published>2017-12-04T18:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=de80ede3dfa88d50a3a4d34cedfcd71b8bde165b'/>
<id>urn:sha1:de80ede3dfa88d50a3a4d34cedfcd71b8bde165b</id>
<content type='text'>
"notmuch help" doesn't mention "notmuch-emacs-mua" even though we
support it through the try_external_command() mechanism.

In addition, "notmuch help emacs-mua" doesn't work, even though we
ship the appropriate manpage.

This changeset fixes both of these problems.
</content>
</entry>
</feed>
