<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/NEWS, 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-26T12:03:37Z</updated>
<entry>
<title>NEWS: Consolidate nmbug-status and notmuch-report sections</title>
<updated>2016-03-26T12:03:37Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-03-24T17:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=14f1b39969b4ada7f6b3a39707a1a15f5804ecf9'/>
<id>urn:sha1:14f1b39969b4ada7f6b3a39707a1a15f5804ecf9</id>
<content type='text'>
These are the same tool; the nmbug-status text just landed before the
name change.  We can also drop the message-url details from NEWS,
since they're already in the man page.
</content>
</entry>
<entry>
<title>NEWS: Document the notmuch-report branch</title>
<updated>2016-03-24T10:43:59Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4900cbee08fbcfd169308cba472929a5eef2bd79'/>
<id>urn:sha1:4900cbee08fbcfd169308cba472929a5eef2bd79</id>
<content type='text'>
</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>NEWS: updates for reply changes</title>
<updated>2016-03-05T00:44:41Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2016-02-23T21:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=08f35973e3a313c7f38544b6712dcf27f9499f91'/>
<id>urn:sha1:08f35973e3a313c7f38544b6712dcf27f9499f91</id>
<content type='text'>
Also include NEWS for the filter/limit keybinding change.
</content>
</entry>
<entry>
<title>NEWS: Remove trailing comma from an old nmbug-status config</title>
<updated>2016-01-07T13:15:58Z</updated>
<author>
<name>W. Trevor King</name>
<email>wking@tremily.us</email>
</author>
<published>2016-01-02T06:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=fb063e20fbdbe6924027a6b15a8624099800a079'/>
<id>urn:sha1:fb063e20fbdbe6924027a6b15a8624099800a079</id>
<content type='text'>
That closing brace is the end of the config JSON; there won't be
anything coming after it.
</content>
</entry>
<entry>
<title>NEWS: set date</title>
<updated>2015-10-29T23:08:11Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-10-29T23:08:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=1dd0ec39916cdd31aa91f3dbdfd91a071d5d2727'/>
<id>urn:sha1:1dd0ec39916cdd31aa91f3dbdfd91a071d5d2727</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS updates for some extra emacs functionality</title>
<updated>2015-10-29T22:56:00Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-10-29T18:41:27Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d2ee45e0be8ec71dea0668d01e391fc68c08b14d'/>
<id>urn:sha1:d2ee45e0be8ec71dea0668d01e391fc68c08b14d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NEWS: trim discussion of keybindings</title>
<updated>2015-10-22T12:19:21Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-10-22T11:01:19Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e387c085991fb91670122e78f294187362d76c59'/>
<id>urn:sha1:e387c085991fb91670122e78f294187362d76c59</id>
<content type='text'>
Try to reduce the total size of NEWS
</content>
</entry>
<entry>
<title>NEWS for minor emacs updates</title>
<updated>2015-10-22T10:44:13Z</updated>
<author>
<name>Mark Walters</name>
<email>markwalters1009@gmail.com</email>
</author>
<published>2015-10-21T18:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=429ec8666ec3e87f68dde879eea9f865b68275fe'/>
<id>urn:sha1:429ec8666ec3e87f68dde879eea9f865b68275fe</id>
<content type='text'>
This adds NEWS items for

     the new limit/filter function in notmuch-show,

     the saved-search option for tree view,

     the binding S to run the current tree-view search in notmuch-search,

     the increase in max text part size

     the bugfix for replying to encrypted messages from tree view
</content>
</entry>
</feed>
