<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc/man1, 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-14T23:34:17Z</updated>
<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>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>
<entry>
<title>man: document notmuch address --deduplicate=(no|mailbox) option</title>
<updated>2015-09-24T10:34:39Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2015-09-23T19:31:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=36b75cd4419c298bba7d12394b2e198a9b7f6a41'/>
<id>urn:sha1:36b75cd4419c298bba7d12394b2e198a9b7f6a41</id>
<content type='text'>
Document the deduplication of results.
</content>
</entry>
<entry>
<title>cli: add global option "--uuid"</title>
<updated>2015-08-14T16:23:49Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-04-05T22:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f76d8f82dd004cf14426a91e8a80dcd2a4b97317'/>
<id>urn:sha1:f76d8f82dd004cf14426a91e8a80dcd2a4b97317</id>
<content type='text'>
The function notmuch_exit_if_unmatched_db_uuid is split from
notmuch_process_shared_options because it needs an open notmuch
database.

There are two exceptional cases in uuid handling.

1) notmuch config and notmuch setup don't currently open the database,
   so it doesn't make sense to check the UUID.

2) notmuch compact opens the database inside the library, so we either
   need to open the database just to check uuid, or change the API.
</content>
</entry>
<entry>
<title>cli/count: add --lastmod</title>
<updated>2015-08-14T16:07:55Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2015-06-05T06:16:17Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5a3b42fb8c556397841b86c5fda1c4554dab253a'/>
<id>urn:sha1:5a3b42fb8c556397841b86c5fda1c4554dab253a</id>
<content type='text'>
In the short term we need a way to get lastmod information e.g. for
the test suite. In the long term we probably want to add lastmod
information to at least the structured output for several other
clients (e.g. show, search).
</content>
</entry>
</feed>
