<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/doc, branch 0.19</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.19</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.19'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2014-11-13T20:25:07Z</updated>
<entry>
<title>doc: Minor fixes related to notmuch-address</title>
<updated>2014-11-13T20:25:07Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-11-12T16:44:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=9710f0886ab48b12d2401b3d68504b586b6a7309'/>
<id>urn:sha1:9710f0886ab48b12d2401b3d68504b586b6a7309</id>
<content type='text'>
- Add notmuch-address to HTML index
- Remove extra '*'
</content>
</entry>
<entry>
<title>cli: notmuch address option defaults update</title>
<updated>2014-11-09T09:09:51Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2014-11-07T18:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=0d8251dbe236975e69b07de2aeb9b60df44d6929'/>
<id>urn:sha1:0d8251dbe236975e69b07de2aeb9b60df44d6929</id>
<content type='text'>
When no --output option were given, change default to display senders
only.

When only --count option is given, display senders (in contrary to not
displaying anything).

Document that --count with --sort=**order** is not supported option
combination.

Clean up some whitespace in the documentation.

One test updated to have --output=count without sender nor recipient
output option.
</content>
</entry>
<entry>
<title>doc: whitespace cleanup</title>
<updated>2014-11-09T09:08:33Z</updated>
<author>
<name>Tomi Ollila</name>
<email>tomi.ollila@iki.fi</email>
</author>
<published>2014-11-06T17:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=8e3ee13abc8f7e62557aaf862bbf6aa3e33f6d33'/>
<id>urn:sha1:8e3ee13abc8f7e62557aaf862bbf6aa3e33f6d33</id>
<content type='text'>
Changed one tab in doc/man1/notmuch-show.rst to 8 spaces.

Removed one leading tab in doc/man5/notmuch-hooks.rst to make
the SYNOPSIS style consistent with other pages.
</content>
</entry>
<entry>
<title>doc: add notmuch-address.rst to sphinx config</title>
<updated>2014-11-05T22:52:17Z</updated>
<author>
<name>David Bremner</name>
<email>david@tethera.net</email>
</author>
<published>2014-11-05T22:41:21Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3d991261a458b1f844d3e7ac502be1fe8c3e5096'/>
<id>urn:sha1:3d991261a458b1f844d3e7ac502be1fe8c3e5096</id>
<content type='text'>
This is needed so that the rst docs are converted to man and info
pages.
</content>
</entry>
<entry>
<title>cli: address: Add --output=count</title>
<updated>2014-11-05T22:25:05Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-11-05T00:25:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285'/>
<id>urn:sha1:a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285</id>
<content type='text'>
This output prints how many times was each address encountered during
search.
</content>
</entry>
<entry>
<title>cli: address: Do not output duplicate addresses</title>
<updated>2014-11-05T22:23:01Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-11-05T00:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4176e527fceb2c1f7a0b263fd8baac88be6fab4c'/>
<id>urn:sha1:4176e527fceb2c1f7a0b263fd8baac88be6fab4c</id>
<content type='text'>
This filters out duplicate addresses from address command output.

It also also adds tests for the address command.

The code here is an extended version of a patch from Jani Nikula.
</content>
</entry>
<entry>
<title>cli: search: Convert --output to keyword argument</title>
<updated>2014-11-05T22:20:17Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-11-05T00:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5c32365d873628dc5d18968882ee0f7c7a30a5f4'/>
<id>urn:sha1:5c32365d873628dc5d18968882ee0f7c7a30a5f4</id>
<content type='text'>
Now, when address related outputs are in a separate command, it makes
no sense to combine multiple --output options in search command line.
Using switch statement to handle different outputs is more readable
than a series of if statements.
</content>
</entry>
<entry>
<title>cli: Introduce "notmuch address" command</title>
<updated>2014-11-05T22:19:12Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-11-05T00:25:55Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=5c27136e64dab2f90995de0bfa37c54186a2fae1'/>
<id>urn:sha1:5c27136e64dab2f90995de0bfa37c54186a2fae1</id>
<content type='text'>
This moves address-related functionality from search command to the
new address command. The implementation shares almost all code and
some command line options.

Options --offset and --limit were intentionally not included in the
address command, because they refer to messages numbers, which users
do not see in the output. This could confuse users because, for
example, they could see more addresses in the output that what was
specified with --limit. This functionality can be correctly
reimplemented for address subcommand later.

Also useless values of --exclude flag were not included in the address
command.

This was inspired by a patch from Jani Nikula.
</content>
</entry>
<entry>
<title>cli: add support for notmuch search --duplicate=N with --output=messages</title>
<updated>2014-11-02T18:42:12Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2014-11-01T09:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=4366b9b88c63242a166007d309bdbadd4be5576e'/>
<id>urn:sha1:4366b9b88c63242a166007d309bdbadd4be5576e</id>
<content type='text'>
Print the message IDs of all messages matching the search terms that
have at least N files associated with them.
</content>
</entry>
<entry>
<title>cli: search: Add --output={sender,recipients}</title>
<updated>2014-11-01T07:02:58Z</updated>
<author>
<name>Michal Sojka</name>
<email>sojkam1@fel.cvut.cz</email>
</author>
<published>2014-10-31T21:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=3cc8ed5978157e26cf302ca5b1c9669efeb9ee44'/>
<id>urn:sha1:3cc8ed5978157e26cf302ca5b1c9669efeb9ee44</id>
<content type='text'>
The new outputs allow printing senders, recipients or both of matching
messages. To print both, the user can use --output=sender and
--output=recipients simultaneously.

Currently, the same address can appear multiple times in the output.
The next commit will change this. For this reason, tests are
introduced there.

We use mailbox_t rather than InternetAddressMailbox because we will
need to extend it in a following commit.

This code is based on a patch from Jani Nikula.
</content>
</entry>
</feed>
