<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc, branch 0.24.2</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.24.2</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.24.2'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2017-04-01T12:10:15Z</updated>
<entry>
<title>cli/dump: bump dump format version to 3</title>
<updated>2017-04-01T12:10:15Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-03-31T10:55:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d47e18411807b57cac9aaa29a7435a9f83720b81'/>
<id>urn:sha1:d47e18411807b57cac9aaa29a7435a9f83720b81</id>
<content type='text'>
No changes to the format of the body, but the header format was
fixed, and version 2 headers probably shouldn't be relied on.
</content>
</entry>
<entry>
<title>man: document external subcommand handling in notmuch(1)</title>
<updated>2017-03-07T13:05:50Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2017-03-06T19:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02421015fd7f9e31f17c5c8e211df33254546789'/>
<id>urn:sha1:02421015fd7f9e31f17c5c8e211df33254546789</id>
<content type='text'>
The documentation for this was overlooked when adding the subcommand
handling. This seems like the proper place for it.
</content>
</entry>
<entry>
<title>lib: regexp matching in 'subject' and 'from'</title>
<updated>2017-03-03T21:46:48Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-02-27T02:34:20Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=55524bb063c95ae51a1762eb0b1aacce6ca49223'/>
<id>urn:sha1:55524bb063c95ae51a1762eb0b1aacce6ca49223</id>
<content type='text'>
the idea is that you can run

% notmuch search subject:/&lt;your-favourite-regexp&gt;/
% notmuch search from:/&lt;your-favourite-regexp&gt;/

or

% notmuch search subject:"your usual phrase search"
% notmuch search from:"usual phrase search"

This feature is only available with recent Xapian, specifically
support for field processors is needed.

It should work with bindings, since it extends the query parser.

This is easy to extend for other value slots, but currently the only
value slots are date, message_id, from, subject, and last_mod. Date is
already searchable;  message_id is left for a followup commit.

This was originally written by Austin Clements, and ported to Xapian
field processors (from Austin's custom query parser) by yours truly.
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2017-01-08T12:42:26Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:42:26Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b15b96f846dcfabbd0c7f43e741573cfd14ab3c8'/>
<id>urn:sha1:b15b96f846dcfabbd0c7f43e741573cfd14ab3c8</id>
<content type='text'>
These are the (tentative) changes for 0.23.5
</content>
</entry>
<entry>
<title>docs: add 2017 to copyright years</title>
<updated>2017-01-08T12:35:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2017-01-08T12:35:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=44520bb6add5e39e12de689a168007d3d2c7c734'/>
<id>urn:sha1:44520bb6add5e39e12de689a168007d3d2c7c734</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2016-12-15T12:57:10Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-12-15T12:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5de84d07526d330a46e50d955bdfeed8f629637d'/>
<id>urn:sha1:5de84d07526d330a46e50d955bdfeed8f629637d</id>
<content type='text'>
Add back in no-display parameter by hand.
</content>
</entry>
<entry>
<title>cli/insert: document the use of EX_TEMPFAIL</title>
<updated>2016-12-15T11:21:02Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-12-07T11:27:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3d312e2577820f7c14df24be305da715d4ea74ee'/>
<id>urn:sha1:3d312e2577820f7c14df24be305da715d4ea74ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: whitespace cleanup</title>
<updated>2016-11-29T01:58:17Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2016-11-26T22:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ef763a9e8bbd832c2034f48bb9112dcc1cf4ef67'/>
<id>urn:sha1:ef763a9e8bbd832c2034f48bb9112dcc1cf4ef67</id>
<content type='text'>
In most part, our .rst documents are indented with 8 spaces instead
of tabs. Bring the rest of the lines to the same format.
Also, on one (supposedly empty) line, trailing spaces were removed.
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2016-11-26T12:43:31Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-11-26T12:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c970de6dc5378b05feb0b3da40f1fc3408f3d337'/>
<id>urn:sha1:c970de6dc5378b05feb0b3da40f1fc3408f3d337</id>
<content type='text'>
Add Jani's fix for notmuch-new
</content>
</entry>
<entry>
<title>notmuch-emacs-mua: add --hello parameter</title>
<updated>2016-11-26T12:15:11Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2016-11-21T21:13:36Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a5df39c276be5c6f8e67685ff5ef960d30e36e07'/>
<id>urn:sha1:a5df39c276be5c6f8e67685ff5ef960d30e36e07</id>
<content type='text'>
If the --hello parameter is given, display the notmuch hello buffer
instead of the message composition buffer if no message composition
parameters are given.

Signed-off-by: Jani Nikula &lt;jani@nikula.org&gt;
</content>
</entry>
</feed>
