<feed xmlns='http://www.w3.org/2005/Atom'>
<title>notmuch/NEWS, branch 0.11_rc1</title>
<subtitle>thread-based email index, search, and tagging</subtitle>
<id>https://git.notmuchmail.org/git/notmuch/atom?h=0.11_rc1</id>
<link rel='self' href='https://git.notmuchmail.org/git/notmuch/atom?h=0.11_rc1'/>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/'/>
<updated>2011-12-11T17:58:15Z</updated>
<entry>
<title>cli: add support for pre and post notmuch new hooks</title>
<updated>2011-12-11T17:58:15Z</updated>
<author>
<name>Jani Nikula</name>
<email>jani@nikula.org</email>
</author>
<published>2011-12-08T22:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=69bb7f35b6e59fd3a3b1fb2d0f0367f7016cba80'/>
<id>urn:sha1:69bb7f35b6e59fd3a3b1fb2d0f0367f7016cba80</id>
<content type='text'>
Run notmuch new pre and post hooks, named "pre-new" and "post-new", if
present in the notmuch hooks directory. The hooks will be run before and
after incorporating new messages to the database.

Typical use cases for pre-new and post-new hooks are fetching or delivering
new mail to the maildir, and custom tagging of the mail incorporated to the
database.

Also add command line option --no-hooks to notmuch new to bypass the hooks.

Signed-off-by: Jani Nikula &lt;jani@nikula.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'release'</title>
<updated>2011-12-06T23:39:33Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-12-06T23:39:33Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=f0e0053149bb3b51f4a0cd43371292b639f236a8'/>
<id>urn:sha1:f0e0053149bb3b51f4a0cd43371292b639f236a8</id>
<content type='text'>
Conflicts:
	NEWS

Conflicts resolved by inserting the 0.10.2 stanza before 0.11
</content>
</entry>
<entry>
<title>NEWS: add news for 0.10.2</title>
<updated>2011-12-06T02:03:58Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-12-05T02:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=bcd8d139f445df9e21ccadb45a6cb94511e435e7'/>
<id>urn:sha1:bcd8d139f445df9e21ccadb45a6cb94511e435e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tag: Automatically limit to messages whose tags will actually change.</title>
<updated>2011-11-28T14:54:42Z</updated>
<author>
<name>Austin Clements</name>
<email>amdragon@MIT.EDU</email>
</author>
<published>2011-11-09T13:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=da67bf12ce122759f72d1d510fb8996df3c9f946'/>
<id>urn:sha1:da67bf12ce122759f72d1d510fb8996df3c9f946</id>
<content type='text'>
This optimizes the user's tagging query to exclude messages that won't
be affected by the tagging operation, saving computation and IO for
redundant tagging operations.

For example,
  notmuch tag +notmuch to:notmuch@notmuchmail.org
will now use the query
  ( to:notmuch@notmuchmail.org ) and (not tag:"notmuch")

In the past, we've often suggested that people do this exact
transformation by hand for slow tagging operations.  This makes that
unnecessary.
</content>
</entry>
<entry>
<title>NEWS: add NEWS stanza for 0.10.1</title>
<updated>2011-11-25T17:17:35Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-11-25T17:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=c0d8ebe36ea7ab087a8d71ad17116230a51a1cbf'/>
<id>urn:sha1:c0d8ebe36ea7ab087a8d71ad17116230a51a1cbf</id>
<content type='text'>
Explain the bug fix in slightly less technical language than in the
Debian changelog.
</content>
</entry>
<entry>
<title>NEWS: set (approximate) date for 0.10 release</title>
<updated>2011-11-23T11:43:01Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-11-23T11:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=2ecc92a802357d1104a1a42bc2271a42bd4700c3'/>
<id>urn:sha1:2ecc92a802357d1104a1a42bc2271a42bd4700c3</id>
<content type='text'>
It doesn't really matter if we are off by a day.
</content>
</entry>
<entry>
<title>NEWS: item for silent killing of search buffers.</title>
<updated>2011-11-23T11:34:22Z</updated>
<author>
<name>David Bremner</name>
<email>bremner@debian.org</email>
</author>
<published>2011-11-23T11:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=ecf4c82545f3d31552f2929c184de7998618b69c'/>
<id>urn:sha1:ecf4c82545f3d31552f2929c184de7998618b69c</id>
<content type='text'>
This is maybe borderline for inclusion in NEWS, but maybe the NEWS
item helps someone who thinks there is a bug.
</content>
</entry>
<entry>
<title>NEWS: fix some old typos and trailing whitespace</title>
<updated>2011-11-16T22:14:45Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-11-16T20:37:50Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=53b921d60432317de5628b0f0746ef337d5f8118'/>
<id>urn:sha1:53b921d60432317de5628b0f0746ef337d5f8118</id>
<content type='text'>
(with a further M-x whitespace-cleanup by db)
</content>
</entry>
<entry>
<title>NEWS: add entries for stashing-related keybinding and tests</title>
<updated>2011-11-16T22:08:33Z</updated>
<author>
<name>Pieter Praet</name>
<email>pieter@praet.org</email>
</author>
<published>2011-11-16T20:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=990ad976639e0c6d835177f94b5de60b01ea1ade'/>
<id>urn:sha1:990ad976639e0c6d835177f94b5de60b01ea1ade</id>
<content type='text'>
Add news entries for commits:
  f9764bfacc97457d1154c2d2a6001a6564f13ec3
  64febdf71c4184ca369f5d11d7f196704a3ec1a6
</content>
</entry>
<entry>
<title>NEWS entry for id-links</title>
<updated>2011-11-16T18:15:11Z</updated>
<author>
<name>Daniel Schoepe</name>
<email>daniel@schoepe.org</email>
</author>
<published>2011-11-16T17:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.notmuchmail.org/git/notmuch/commit/?id=06f59befb4f7b7405cb0777438fdbd11ed8e5b70'/>
<id>urn:sha1:06f59befb4f7b7405cb0777438fdbd11ed8e5b70</id>
<content type='text'>
This adds a NEWS entry for commit 4a4ada73b751b1916c5dc4d408a8056411566e38

(second try, with whitespace fix)
</content>
</entry>
</feed>
