<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.23_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.23_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.23_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-09-26T11:21:03Z</updated>
<entry>
<title>debian: update symbols for 0.23</title>
<updated>2016-09-26T11:21:03Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-26T10:39:25Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=114d1cd0d02db239cf1a69b61243bc116f7907f8'/>
<id>urn:sha1:114d1cd0d02db239cf1a69b61243bc116f7907f8</id>
<content type='text'>
New sub-APIs: config, built_with, message_property. A new exception used
internally. Mark the exception as optional, as it only shows up when
built against Xapian supporting FieldProcessors
</content>
</entry>
<entry>
<title>debian: changelog stanza for 0.23~rc0-1</title>
<updated>2016-09-26T10:30:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-26T10:30:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=18e720314fce5836f89b72c469e7a3d596f9ae7e'/>
<id>urn:sha1:18e720314fce5836f89b72c469e7a3d596f9ae7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.23~rc0</title>
<updated>2016-09-26T10:22:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-26T10:22:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=76a1f46a44a324b6abf81b8bf480b195a5744925'/>
<id>urn:sha1:76a1f46a44a324b6abf81b8bf480b195a5744925</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emacs: tag deleted face bugfix</title>
<updated>2016-09-25T10:42:01Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-09-18T10:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=51d27e08555ac3187bd9d5649a0074ba6a9aabce'/>
<id>urn:sha1:51d27e08555ac3187bd9d5649a0074ba6a9aabce</id>
<content type='text'>
Commit d25d33ff cleaned up some of the tag face code. However, for the
face notmuch-tag-deleted it used the test

((class color) (supports :strike-through))

to decide whether to use red strikethrough or inverse-video (emacs in
a terminal typically doesn't support red strikethrough, but in X it does).

However, it seems that test often returns true even though red
strikethrough is not supported. This breaks the tag update code -- the
wrong thing is displayed to the user.

Thus we make the test explicitly more specific, changing the test to

((class color) (supports :strike-through "red"))
</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>lib: add talloc reference from string map iterator to map</title>
<updated>2016-09-24T13:08:45Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-23T09:33:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=514a0a6a3bd74c03db6cd9b28edc0a29a8a2441e'/>
<id>urn:sha1:514a0a6a3bd74c03db6cd9b28edc0a29a8a2441e</id>
<content type='text'>
This is needed so that when the map is modified during traversal, and
thus unlinked by the database code, the map is not disposed of until the
iterator is done with it.
</content>
</entry>
<entry>
<title>emacs: tree: make jump close message pane</title>
<updated>2016-09-24T13:08:24Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-09-19T09:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7b2d7d65126b11ce08079b7cf235e1073fb1c22b'/>
<id>urn:sha1:7b2d7d65126b11ce08079b7cf235e1073fb1c22b</id>
<content type='text'>
j is in the global notmuch keymap bound to notmuch jump. In tree-mode
it makes sense to close the message pane first (otherwise the new
search runs in the small top pane of tree-mode).
</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>NEWS: fix markup of CONSTANTS_WITH_UNDERSCORES</title>
<updated>2016-09-23T23:58:32Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-23T23:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=efc17bb5617708bc543ca585865ee45e7aeedd6e'/>
<id>urn:sha1:efc17bb5617708bc543ca585865ee45e7aeedd6e</id>
<content type='text'>
Alas, I did not notice when when I originally applied the NEWS patch
</content>
</entry>
<entry>
<title>NEWS: news for Xapian 1.4 enabled features</title>
<updated>2016-09-23T23:51:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-09-17T13:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=67873799ea049a3438ab464bd01cde8dbc3858d8'/>
<id>urn:sha1:67873799ea049a3438ab464bd01cde8dbc3858d8</id>
<content type='text'>
In fact some of these features are available in Xapian 1.3.x development
releases, but these are not really widely packaged. In any case, the
experts who are using development releases of Xapian can figure that
out.
</content>
</entry>
</feed>
