<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc, branch debian/0.22.2-1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.22.2-1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=debian%2F0.22.2-1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2016-04-24T20:49:18Z</updated>
<entry>
<title>doc: change copyright date</title>
<updated>2016-04-24T20:49:18Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2016-04-24T20:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b194340ecc1117210119eaac48f3da3866dcb36a'/>
<id>urn:sha1:b194340ecc1117210119eaac48f3da3866dcb36a</id>
<content type='text'>
Yes, it is 2016
</content>
</entry>
<entry>
<title>doc/reply: Clarify how reply-to header is handled</title>
<updated>2016-03-14T23:34:17Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2015-12-29T21:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=557965b8fae3d7923cee0fb8d9b298173e73a264'/>
<id>urn:sha1:557965b8fae3d7923cee0fb8d9b298173e73a264</id>
<content type='text'>
Current documentation and comments in the code do not correspond to
the actual code and tests in the test suite ("Un-munging Reply-To" in
T230-reply-to-sender.sh). Fix it.
</content>
</entry>
<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>doc: update copyright year to contain range 2009-2015</title>
<updated>2015-10-17T12:06:28Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-10-15T17:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=e56fb9785cb060b89b6b4c23e8a10cd0c51c7c2b'/>
<id>urn:sha1:e56fb9785cb060b89b6b4c23e8a10cd0c51c7c2b</id>
<content type='text'>
Now it is accurate and provides more information to the
reader of the documents.
</content>
</entry>
<entry>
<title>notmuch-emacs-mua: make --auto-daemon imply --create-frame</title>
<updated>2015-10-01T11:40:32Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2015-09-30T06:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=7b7dadb93f73840fc4eb3f93cb01901c41e97360'/>
<id>urn:sha1:7b7dadb93f73840fc4eb3f93cb01901c41e97360</id>
<content type='text'>
Before this change with --auto-daemon but without --create-frame
emacs server was started but no clients stay connected to it
(in both graphical and terminal displays).

Note that this changes how --client --auto-daemon works on
graphical display; New emacs frame is now created for the
message (and message-exit-actions hook appended).
</content>
</entry>
<entry>
<title>notmuch-emacs-mua: do not create a frame by default with --client</title>
<updated>2015-09-29T11:25:25Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-08-15T09:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=b69201da5ddac5fc17935d39d8cca162716a6dd9'/>
<id>urn:sha1:b69201da5ddac5fc17935d39d8cca162716a6dd9</id>
<content type='text'>
Make the default behaviour for --client the same as emacsclient
default: do not create a new frame. Add a new option --create-frame,
passing the same option to emacsclient to create a frame.
</content>
</entry>
<entry>
<title>notmuch-emacs-mua: add --auto-daemon option to start Emacs daemon as needed</title>
<updated>2015-09-29T11:25:25Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-08-15T09:05:14Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=17fcf24d8b2dd6afcda2e3eaf40f9b7b51d8f30d'/>
<id>urn:sha1:17fcf24d8b2dd6afcda2e3eaf40f9b7b51d8f30d</id>
<content type='text'>
Automatically starting Emacs in daemon mode if the Emacs server is not
running is a matter of preference better not hard coded in
notmuch-emacs-mua. Add an option to control the behaviour.
</content>
</entry>
<entry>
<title>man: clean up notmuch-emacs-mua man page</title>
<updated>2015-09-29T11:25:25Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-08-15T09:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ac609e5a3b8d2f528cc65fd4661e25e5140a7baf'/>
<id>urn:sha1:ac609e5a3b8d2f528cc65fd4661e25e5140a7baf</id>
<content type='text'>
Move --client description to a more suitable location, stylistic
changes.
</content>
</entry>
<entry>
<title>cli: do not sort addresses on --output=count or --deduplicate=address</title>
<updated>2015-09-26T10:41:05Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-09-03T19:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=02e394aed216622ac355ff15bae74403abf40417'/>
<id>urn:sha1:02e394aed216622ac355ff15bae74403abf40417</id>
<content type='text'>
The order of the results with --output=count and --deduplicate=address
are unspecified as they're based on a hash table traversal. This being
the case, optimize the query by explicitly requesting unsorted
results. Clarify the documentation accordingly.
</content>
</entry>
<entry>
<title>man: document notmuch address --deduplicate=address option</title>
<updated>2015-09-26T10:40:39Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-09-03T19:40:04Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=71fae18fba8934186a9a067daa9bcba951eb28b1'/>
<id>urn:sha1:71fae18fba8934186a9a067daa9bcba951eb28b1</id>
<content type='text'>
Document the deduplication based on case insensitive address.
</content>
</entry>
</feed>
