<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/man7, 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>2015-10-21T12:13:33Z</updated>
<entry>
<title>man: clarify the parameters for lastmod: range query</title>
<updated>2015-10-21T12:13:33Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-10-17T20:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bf719963a74df77581409439c38ad4a76d84db62'/>
<id>urn:sha1:bf719963a74df77581409439c38ad4a76d84db62</id>
<content type='text'>
&lt;since&gt; and &lt;until&gt; for the lastmod: prefix right below the date:
prefix description give the impression one could use last modified
dates to lastmod: which is not at all the case. Use
&lt;initial-revision&gt;..&lt;final-revision&gt; instead.
</content>
</entry>
<entry>
<title>lib: add support for date:&lt;expr&gt;..! to mean date:&lt;expr&gt;..&lt;expr&gt;</title>
<updated>2015-09-26T00:55:24Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-08-15T11:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=23b8ed610a13802f0afa5fa70bc8faa04cf48a7f'/>
<id>urn:sha1:23b8ed610a13802f0afa5fa70bc8faa04cf48a7f</id>
<content type='text'>
It doesn't seem likely we can support simple date:&lt;expr&gt; expanding to
date:&lt;expr&gt;..&lt;expr&gt; any time soon. (This can be done with a future
version of Xapian, or with a custom query query parser.) In the mean
time, provide shorthand date:&lt;expr&gt;..! to mean the same. This is
useful, as the expansion takes place before interpetation, and we can
use, for example, date:yesterday..! to match from beginning of
yesterday to end of yesterday.

Idea from Mark Walters &lt;markwalters1009@gmail.com&gt;.
</content>
</entry>
<entry>
<title>lib: Add "lastmod:" queries for filtering by last modification</title>
<updated>2015-08-14T16:23:49Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@mit.edu</email>
</author>
<published>2014-10-13T06:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=cb08a2ee019e52dc29ba393d139fce8d7282c632'/>
<id>urn:sha1:cb08a2ee019e52dc29ba393d139fce8d7282c632</id>
<content type='text'>
The implementation is essentially the same as the date range search
prior to Jani's fancy date parser.
</content>
</entry>
<entry>
<title>doc: update list of prefixes</title>
<updated>2015-02-24T07:29:01Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-02-23T20:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=d7b6e0cae7888ba935924076e9ed492d50bac7dc'/>
<id>urn:sha1:d7b6e0cae7888ba935924076e9ed492d50bac7dc</id>
<content type='text'>
'attachement' missed a colon, and 'mimetype' was not added to this table
at all.
</content>
</entry>
<entry>
<title>doc: typo fix for prefix discussion.</title>
<updated>2015-02-24T07:29:01Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-02-23T19:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=682a362c85475623a208dc7c9f2fb63af4bfb793'/>
<id>urn:sha1:682a362c85475623a208dc7c9f2fb63af4bfb793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: add more information on operators.</title>
<updated>2015-02-24T07:29:01Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-18T12:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4313be0a0c642ddb0a20f9df9d76e3bf7705cded'/>
<id>urn:sha1:4313be0a0c642ddb0a20f9df9d76e3bf7705cded</id>
<content type='text'>
More material borrowed from the wiki page on "searching"
</content>
</entry>
<entry>
<title>doc: add material on stemming and wildcards</title>
<updated>2015-02-24T07:29:01Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-18T12:59:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7fa58b792c5f432a46008ee720afeb3a6ef4c81b'/>
<id>urn:sha1:7fa58b792c5f432a46008ee720afeb3a6ef4c81b</id>
<content type='text'>
This is lightly massaged from the searching page on the wiki.
</content>
</entry>
<entry>
<title>doc: add details about Xapian search syntax</title>
<updated>2015-01-25T17:36:47Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-01-18T12:59:29Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4d5477a3d5c1bdcc9fcdb427655c6a036148bd90'/>
<id>urn:sha1:4d5477a3d5c1bdcc9fcdb427655c6a036148bd90</id>
<content type='text'>
Questions related to the way that probabilistic prefixes and phrases
are handled come up quite often and it is nicer to have the documentation self contained.  Hopefully putting it in subsections prevents it from being overwhelming.
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2015-01-24T15:51:20Z</updated>
<author>
<name>Todd</name>
<email>todd@electricoding.com</email>
</author>
<published>2015-01-22T23:43:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8fb1cbc1c20f822844af7a59aa06c37aacd88b9c'/>
<id>urn:sha1:8fb1cbc1c20f822844af7a59aa06c37aacd88b9c</id>
<content type='text'>
Adds new entry to the NEWS file, and updates the search terms section
of the man page.  The search terms section needs to be updated again
once the new section in the documentation covering probablistic terms
has been committed.
</content>
</entry>
<entry>
<title>man: update man pages for folder: and path: search terms</title>
<updated>2014-03-11T22:51:22Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-03-09T21:03:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0969c8be09deb9b7d880d573c7410b2b5e5420e0'/>
<id>urn:sha1:0969c8be09deb9b7d880d573c7410b2b5e5420e0</id>
<content type='text'>
Text from review by Austin Clements &lt;amdragon@MIT.EDU&gt;.
</content>
</entry>
</feed>
