<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/devel, branch 0.22_rc0</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22_rc0'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-03-28T12:29:42Z</updated>
<entry>
<title>nmbug: ignore # comments</title>
<updated>2016-03-28T12:29:42Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-03-27T20:25:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9bbc54bd406fc218a5463efe9a127aee461fb47b'/>
<id>urn:sha1:9bbc54bd406fc218a5463efe9a127aee461fb47b</id>
<content type='text'>
Lines starting with # have always (for a long time, anyway) been ignored
by notmuch-restore, but have not been generated by notmuch-dump
previously.  In order to make nmbug robust against such output, ignore
comment lines.
</content>
</entry>
<entry>
<title>notmuch-report: Add notmuch-report(1) and notmuch-report.json(5) man pages</title>
<updated>2016-03-24T10:41:24Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d6cbb24fcf6ad2a4306c0913b10b1f3c574bbcaa'/>
<id>urn:sha1:d6cbb24fcf6ad2a4306c0913b10b1f3c574bbcaa</id>
<content type='text'>
To describe the script and config file format, so folks don't have to
dig through NEWS or the script's source to get that information.

The Makefile and conf.py are excerpted from the main doc/ directory
with minor simplifications and adjustments.  The devel/nmbug/ scripts
are largely independent of notmuch, and separating the docs here
allows packagers to easily build the docs and install the scripts in a
separate package, without complicating notmuch's core build/install
process.
</content>
</entry>
<entry>
<title>notmuch-report.json: Rename from status-config.json</title>
<updated>2016-03-24T10:41:06Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=399c857ebaeafb3bb68caaa659b87ba371e7426b'/>
<id>urn:sha1:399c857ebaeafb3bb68caaa659b87ba371e7426b</id>
<content type='text'>
status-config.json wasn't obviously associated with the old
nmubg-status, now notmuch-report.  The new name is
${CONFIGURED_SCRIPT}.json, so the association should be clear.
</content>
</entry>
<entry>
<title>notmuch-report: Rename from nmbug-status</title>
<updated>2016-03-24T10:40:39Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=074f45e305ca511f260153d275b37826965a61c4'/>
<id>urn:sha1:074f45e305ca511f260153d275b37826965a61c4</id>
<content type='text'>
This script generates reports based on notmuch queries, and doesn't
really have anything to do with nmbug, except for sharing the NMBGIT
environment variable.
</content>
</entry>
<entry>
<title>status-config.json: Remove parens from query entry</title>
<updated>2016-03-24T10:39:57Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=88171f34ed140e0701c2101e978d993673b423d2'/>
<id>urn:sha1:88171f34ed140e0701c2101e978d993673b423d2</id>
<content type='text'>
These are now added by nmbug-status.
</content>
</entry>
<entry>
<title>nmbug-status: Wrap query phrases in parentheses when and-ing together</title>
<updated>2016-03-24T10:39:42Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:07:42Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=6c0b6c8e1c4a8ab139db3cadee26d05962c3ce2c'/>
<id>urn:sha1:6c0b6c8e1c4a8ab139db3cadee26d05962c3ce2c</id>
<content type='text'>
For example:

  "query": ["tag:a", "tag:b or tag:c"]

is now converted to:

  ( tag:a ) and ( tag:b or tag:c )

instead of the old:

  tag:a and tag:b or tag:c

This helps us avoid confusion due to Xapian's higher-precedence AND
[1], where the old query would be interpreted as:

  ( tag:a and tag:b ) or tag:c

[1]: http://xapian.org/docs/queryparser.html
</content>
</entry>
<entry>
<title>nmbug-status: Add meta.message-url config setting</title>
<updated>2016-03-24T10:39:25Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=031ca3f1bdb5e9edb9fc21779149bdfcb554a83f'/>
<id>urn:sha1:031ca3f1bdb5e9edb9fc21779149bdfcb554a83f</id>
<content type='text'>
So you can link to archives other than Gmane.  For example, I'm doing
this in [1].

[1]: https://github.com/wking/nmbug-oci
</content>
</entry>
<entry>
<title>STYLE: suggest long names</title>
<updated>2016-03-05T00:45:06Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-02-13T17:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9f8b2091c818d3e81e028d3bf060ff2c95134333'/>
<id>urn:sha1:9f8b2091c818d3e81e028d3bf060ff2c95134333</id>
<content type='text'>
Hopefully the exceptions are common sense.
</content>
</entry>
<entry>
<title>STYLE: document some rules about variable declarations</title>
<updated>2016-03-05T00:44:57Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-02-13T17:11:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=99a0a90f65f5a98d2562e36b48b3e423233c2eb4'/>
<id>urn:sha1:99a0a90f65f5a98d2562e36b48b3e423233c2eb4</id>
<content type='text'>
No-one seemed opposed to C99 style loop variable declarations. The
requirement to declare variables at the top of blocks is maybe a little
more contested, but I believe it reflects the status quo.
</content>
</entry>
<entry>
<title>devel/emacs: add devel/try-emacs-mua</title>
<updated>2016-01-13T14:36:19Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2016-01-06T19:04:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3959d98535b1a3fa61d45a457cce23aa7569b942'/>
<id>urn:sha1:3959d98535b1a3fa61d45a457cce23aa7569b942</id>
<content type='text'>
devel/try-emacs-mua provides an easy way to try and experiment
with the notmuch emacs client distributed in emacs subdirectory of
the notmuch source tree.

try-emacs-mua starts a new emacs process and if initial checks pass
*scratch* buffer is filled with information of how to begin.

Normal emacs command line arguments can be used, like -q or -Q.
These arguments are appended verbatim to the starting emacs process.

If the emacs version in use is smaller than 24.4, special care is taken
to ensure that notmuch*.elc files older than corresponding .el files
are not loaded. Since emacs 24.4, setting `load-prefer-newer' variable
takes care of this.
</content>
</entry>
</feed>
