<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/devel/nmbug, branch 0.22</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.22</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.22'/>
<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>nmbug-status: Fix unbalanced &lt;p&gt; tags in default header/footer</title>
<updated>2016-01-13T14:29:14Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2015-12-30T21:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d6204e83620a8217fc97de29947341bbbc772664'/>
<id>urn:sha1:d6204e83620a8217fc97de29947341bbbc772664</id>
<content type='text'>
These were broken by b70386a4 (Move the generated date from the top of
the page to the footer, 2014-05-31), which moved 'Generated ...' to
the footer with the opening tag, but didn't replace the blurb opening
tag or add a closing tag after 'Generated ...'.
</content>
</entry>
<entry>
<title>nmbug-status: Style headers with smaller fonts</title>
<updated>2016-01-13T14:28:49Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-07T13:51:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8fc32dd42e17085f3d1a602d0ba955d9a91ddd8b'/>
<id>urn:sha1:8fc32dd42e17085f3d1a602d0ba955d9a91ddd8b</id>
<content type='text'>
We only use h1 through h3, and David prefers smaller headers [1], so
shift over to the font sizes usually used for h2 through h4 [2,3,4].
I haven't bothered with the W3C's default margins, since a bit of
extra whitespace doesn't seem like a big deal.

[1]: id:87k2nl8r0k.fsf@zancas.localnet
     http://article.gmane.org/gmane.mail.notmuch.general/21595
[2]: http://www.w3.org/TR/html-markup/h2.html
[3]: http://www.w3.org/TR/html-markup/h3.html
[4]: http://www.w3.org/TR/html-markup/h4.html
</content>
</entry>
<entry>
<title>nmbug-status: Adjust headers to start with h1</title>
<updated>2016-01-13T14:28:38Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2015-12-30T21:04:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e3d586d038afc1d3b4ed7fe0fdae4ed546e17a63'/>
<id>urn:sha1:e3d586d038afc1d3b4ed7fe0fdae4ed546e17a63</id>
<content type='text'>
We've been leading off with h2s since 3e5fb88f (contrib/nmbug: add
nmbug-status script, 2012-07-07), but the semantically-correct headers
are:

  &lt;h1&gt;{title}&lt;/h1&gt;
  ...
  &lt;h2&gt;Views&lt;/h2&gt;
  ...
  &lt;h3&gt;View 1&lt;/h3&gt;
  ...
  &lt;h3&gt;View 2&lt;/h3&gt;
  ...

We can always add additional CSS if the default h1 formatting is too
intense.
</content>
</entry>
</feed>
