<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch, branch 0.17_rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.17_rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.17_rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2013-11-24T00:29:46Z</updated>
<entry>
<title>debian: add notmuch_database_compact to symbols file.</title>
<updated>2013-11-24T00:29:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-21T00:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5dba5f4a628a173b58321485b614c634354c5267'/>
<id>urn:sha1:5dba5f4a628a173b58321485b614c634354c5267</id>
<content type='text'>
This change does not require an SONAME bump because it only adds a symbol.
</content>
</entry>
<entry>
<title>debian: changelog stanza for release candidate</title>
<updated>2013-11-24T00:29:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-20T23:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d976fee6551e85d196bd34bb62b60ea24c7e7d6a'/>
<id>urn:sha1:d976fee6551e85d196bd34bb62b60ea24c7e7d6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>version: bump to 0.17~rc1</title>
<updated>2013-11-24T00:29:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-20T23:42:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12'/>
<id>urn:sha1:bd0c56b2bdb10aa88b41ec9460f9e67a90d63c12</id>
<content type='text'>
Various other files are synched using "make update-versions".  NEWS
has to be hand edited.
</content>
</entry>
<entry>
<title>NEWS: remove blank line.</title>
<updated>2013-11-24T00:29:46Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-20T23:39:37Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5886886f1103f4d043d3234f34148b0ba6be9494'/>
<id>urn:sha1:5886886f1103f4d043d3234f34148b0ba6be9494</id>
<content type='text'>
Tomi says I have to.
</content>
</entry>
<entry>
<title>test: replace $PWD with YYY in emacs &amp; emacs-show tests</title>
<updated>2013-11-24T00:25:29Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2013-11-23T11:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2560996b7ebb08cca7e20fbb182998bc2e0e2151'/>
<id>urn:sha1:2560996b7ebb08cca7e20fbb182998bc2e0e2151</id>
<content type='text'>
When executed command line is written to *Notmuch errors* buffer,
shell-quote-argument will backslash-escape any char that is not in
"POSIX filename characters" (i.e. matching "[^-0-9a-zA-Z_./\n]").

Currently in two emacs tests shell has expanded $PWD as part of
emacs variable, which will later be fed to #'shell-quote-argument
and finally written to ERROR file. If $PWD contained non-POSIX
filename characters, data in ERROR file will not match $PWD when
later comparing in shell. Therefore, in these two particular cases
the escaped $PWD is replaced with YYY in ERROR file and expected
content is adjusted accordingly.
</content>
</entry>
<entry>
<title>emacs: show: stop stderr appearing in buffer</title>
<updated>2013-11-20T22:14:35Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2013-11-18T21:10:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9c25d4bbf02d8c1902f1c166125afaf93419c3d7'/>
<id>urn:sha1:9c25d4bbf02d8c1902f1c166125afaf93419c3d7</id>
<content type='text'>
In emacs 24.3+ the stdout/stderr from externally displaying an
attachment gets inserted into the show buffer. This is caused by
changes in mm-display-external in mm-decode.el.

Ideally, we would put this output in the notmuch errors buffer but the
handler is called asynchronously so we don't know when the output will
appear. Thus if we put it straight into the errors buffer it could get
interleaved with other errors. Also we can't easily tell when we
have got all the error output so can't wait until the process is complete.

One solution would be to create a new buffer for the stderr of each
attachment viewed. Again, since we can't tell when the process has
finished, we can't close these buffers automatically so this will
leave lots of buffers around.

Thus we add a debug variable notmuch-show-attachment-debug: it this is
non-nil we create a new buffer for each viewer; if this variable is
nil we just use a temp buffer which means all error output is
discarded (this is the same behaviour as with emacs pre 24.3).
</content>
</entry>
<entry>
<title>vim: add help file</title>
<updated>2013-11-20T13:23:30Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-11-02T13:47:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=42ff2d3a0d899d3ec64787d3eff31ad8c74b1103'/>
<id>urn:sha1:42ff2d3a0d899d3ec64787d3eff31ad8c74b1103</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: check compose is done on delete</title>
<updated>2013-11-20T13:23:30Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-11-02T10:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3d15ed9290013e31a743c20139da16c8ccaa2bb7'/>
<id>urn:sha1:3d15ed9290013e31a743c20139da16c8ccaa2bb7</id>
<content type='text'>
Not on unload, which happens when we switch buffers.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: remove unnecessary buffer queue</title>
<updated>2013-11-20T13:23:30Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-11-02T10:38:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=062a73b9312a4df84f61d1c998b365ceed92313b'/>
<id>urn:sha1:062a73b9312a4df84f61d1c998b365ceed92313b</id>
<content type='text'>
Vim handles the buffers just fine: when one is deleted, we go to the
previous one.

Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
<entry>
<title>vim: add wrapper for old variable names</title>
<updated>2013-11-20T13:23:30Z</updated>
<author>
<name>Felipe Contreras</name>
<email>felipe.contreras@gmail.com</email>
</author>
<published>2013-11-02T06:49:53Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2c3623703f4bd1dbe1d5ca47c4bf55e208db12b2'/>
<id>urn:sha1:2c3623703f4bd1dbe1d5ca47c4bf55e208db12b2</id>
<content type='text'>
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
</content>
</entry>
</feed>
