<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/debian, branch debian/0.28.2-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.28.2-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.28.2-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2019-02-17T11:32:00Z</updated>
<entry>
<title>debian: changelog for 0.28.2-1</title>
<updated>2019-02-17T11:32:00Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-02-17T11:31:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d057824889073a6aa17ea1bd16455a75248ce53f'/>
<id>urn:sha1:d057824889073a6aa17ea1bd16455a75248ce53f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changelog for 0.28.1-1</title>
<updated>2019-02-01T12:05:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-02-01T12:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=630ee5fae42e3606321c3e7e78e4c5ff03b6e530'/>
<id>urn:sha1:630ee5fae42e3606321c3e7e78e4c5ff03b6e530</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debian: use new variable to force bash location</title>
<updated>2019-02-01T11:59:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2019-01-17T02:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=80fc5d9ddaaa384a5c1d1394288564d2c012868a'/>
<id>urn:sha1:80fc5d9ddaaa384a5c1d1394288564d2c012868a</id>
<content type='text'>
This should no longer be needed on the official debian autobuilders,
but it might help others with merged /usr build environments.
</content>
</entry>
<entry>
<title>debian: override location of bash</title>
<updated>2018-10-12T23:54:30Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-10-12T23:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=175f80c4c1826b7a77417bfbc804348988eb85d3'/>
<id>urn:sha1:175f80c4c1826b7a77417bfbc804348988eb85d3</id>
<content type='text'>
Yes, a build chroot can have /usr/bin/bash, thanks to usrmerge, but we
can't depend on it existing in the user's system.
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.28-1</title>
<updated>2018-10-12T23:17:35Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-10-12T23:17:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b956db3998265ba59917898cb26c46a6f1d4cd20'/>
<id>urn:sha1:b956db3998265ba59917898cb26c46a6f1d4cd20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: changelog for 0.28~rc0-1</title>
<updated>2018-10-03T23:37:23Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-10-03T23:24:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4fe40e1ed2f8fbb398c718fc8ab83cc6f3e5ee11'/>
<id>urn:sha1:4fe40e1ed2f8fbb398c718fc8ab83cc6f3e5ee11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: update zsh completion installation</title>
<updated>2018-10-03T00:05:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-09-18T11:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b'/>
<id>urn:sha1:b0ebb19d79b2ca84fabd5e9daa082701df5dfa8b</id>
<content type='text'>
This ${prefix}/share/vendor-completion convention seems to be debian
specific, so leave the global default alone for now.
</content>
</entry>
<entry>
<title>completion: more complete completion for zsh.</title>
<updated>2018-10-03T00:04:26Z</updated>
<author>
<name>Vincent Breitmoser</name>
<email>look@my.amazin.horse</email>
</author>
<published>2018-09-18T11:19:23Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=07eac4af32ab1b955fcf3405dcf14b0f01af8702'/>
<id>urn:sha1:07eac4af32ab1b955fcf3405dcf14b0f01af8702</id>
<content type='text'>
This adds completion files for zsh that cover most of notmuch's cli.

The files in completion/zsh are formatted so that they can be found by
zsh's completion system if put $fpath. They are also registered to the
notmuch-* pattern, so they can be called externally using _dispatch.

Update installation recipe and drop debian/notmuch.examples to avoid
breakage. This means zsh completion is not installed for debian, to be
fixed in a future commit.

Amended by db: use regexp searching for address completion. This seems
to be fast enough to work without a cache.
</content>
</entry>
<entry>
<title>debian: update notmuch-mutt packaging to use install target</title>
<updated>2018-09-18T10:54:39Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-09-16T17:08:09Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2fd4e76006a44e11659d7723a75c6ba05c3c85b5'/>
<id>urn:sha1:2fd4e76006a44e11659d7723a75c6ba05c3c85b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian: bump compat level to 11</title>
<updated>2018-09-18T10:54:39Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2018-09-16T17:08:08Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ae45a0c19cbb02556ecea1393bed9e5fc8ba649f'/>
<id>urn:sha1:ae45a0c19cbb02556ecea1393bed9e5fc8ba649f</id>
<content type='text'>
The immediate motivation is to have dh_installman look in debian/tmp
</content>
</entry>
</feed>
